Html Css Color HEX #ED038F Hollywood Cerise

📋 copy color: '#ED038F'

red 237 ◦ green 3 ◦ blue 143

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

Shades of Hollywood Cerise #ED038F

Tints of Hollywood Cerise #ED038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 61.88%
G = 0.78%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED038F (or 0xED038F) is known color: Hollywood Cerise. HEX triplet: ED, 03 and 8F. RGB value is (237,3,143). Sum of RGB (Red+Green+Blue) = 237+3+143=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED038F is #12FC70. Grayscale: #585858. Windows color (decimal): -1244273 or 9372653. OLE color: 9372653.

HSL color Cylindrical-coordinate representation of color #ED038F: hue angle of 324.1º 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 #ED038F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 143 -
CMYK 0 0.99 0.40 0.07
HSL 324.1º 0.98% 0.47% -
HSV(B) 324.1º 0.99% 0.93% -
XYZ 39.92 20.05 27.75 -
YUV 88.93 158.52 233.62 -
System Red Green Blue C M Y K H S L
Decimal 237 3 143 0 0.99 0.40 0.07 324.1 0.98 0.47
Hex ED 3 8F 0 63 28 7 144 62 2F
Octal 355 3 217 0 143 50 7 504 142 57
Binary 11101101 11 10001111 0 1100011 101000 111 101000100 1100010 101111

Color Harmonies of #ED038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED038F

Black with #ED038F

Text Example


Text Example

White with #ED038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED038F; }

 p { color: rgb(237,3,143); }

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

background-color css

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

 a { background-color: rgb(237,3,143); }

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

border-color css

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

 span { border-color: rgb(237,3,143); }

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