#ed42be

Color #ED42BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED42BE

Tints of Razzle Dazzle Rose #ED42BE

Color information

#ED42BE (or 0xED42BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 42 and BE. RGB value is (237,66,190). Sum of RGB (Red+Green+Blue) = 237+66+190=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42BE is #12BD41. Grayscale: #828282. Windows color (decimal): -1228098 or 12468973. OLE color: 12468973.

HSL color Cylindrical-coordinate representation of color #ED42BE: hue angle of 316.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED42BE is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23766190-
CMYK00.720.200.07
HSL316.49º82.61%59.41%-
HSV(B)316.49º72.15%92.94%-
XYZ46.1725.6251.23-
YUV131.26161.15203.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 13.39%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=48.07%
G=13.39%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376619000.720.200.07316.4982.6159.41
HexED42BE04814713c533b
Octal355102276011024747412373
Binary1110110110000101011111001001000101001111001111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed42be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed42be; }

 p { color: rgb(237,66,190); }

 H1.HeaderClassName
 {
   color: #ed42be;
 }
 .AnyTagClassName
 {
   color: #ed42be;
 }
</style>
background-color css

<style>
 a { background-color: #ed42be; }

 a { background-color: rgb(237,66,190); }

 div.DivClassName
 {
   background-color: #ed42be;
 }
 .BgClassName
 {
   background-color: #ed42be;
 }
</style>
border-color css

<style>
 span { border-color: #ed42be; }

 span { border-color: rgb(237,66,190); }

 td.TdClassName
 {
   border-color: #ed42be;
 }
 .TagClassName
 {
   border-color: #ed42be;
 }
</style>