Html Css Color HEX #ED02B3 Hollywood Cerise

📋 copy color: '#ED02B3'

red 237 ◦ green 2 ◦ blue 179

#ED02B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #ED02B3

Tints of Hollywood Cerise #ED02B3

RGB

 RED value IS 237 (92.97% from 255) = 56.7%

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 56.7%
G = 0.48%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED02B3 (or 0xED02B3) is known color: Hollywood Cerise. HEX triplet: ED, 02 and B3. RGB value is (237,2,179). Sum of RGB (Red+Green+Blue) = 237+2+179=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02B3 is #12FD4C. Grayscale: #5B5B5B. Windows color (decimal): -1244493 or 11731693. OLE color: 11731693.

HSL color Cylindrical-coordinate representation of color #ED02B3: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 179 -
CMYK 0 0.99 0.24 0.07
HSL 314.81º 0.98% 0.47% -
HSV(B) 314.81º 0.99% 0.93% -
XYZ 43.08 21.3 44.49 -
YUV 92.44 176.86 231.11 -
System Red Green Blue C M Y K H S L
Decimal 237 2 179 0 0.99 0.24 0.07 314.81 0.98 0.47
Hex ED 2 B3 0 63 18 7 13B 62 2F
Octal 355 2 263 0 143 30 7 473 142 57
Binary 11101101 10 10110011 0 1100011 11000 111 100111011 1100010 101111

Color Harmonies of #ED02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02B3

Black with #ED02B3

Text Example


Text Example

White with #ED02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02B3; }

 p { color: rgb(237,2,179); }

 H1.HeaderClassName
 {
   color: #ED02B3;
 }
 .AnyTagClassName
 {
   color: #ED02B3;
 }
</style>

background-color css

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

 a { background-color: rgb(237,2,179); }

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

border-color css

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

 span { border-color: rgb(237,2,179); }

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