Html Css Color HEX #ED048A Hollywood Cerise

📋 copy color: '#ED048A'

red 237 ◦ green 4 ◦ blue 138

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

Shades of Hollywood Cerise #ED048A

Tints of Hollywood Cerise #ED048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 62.53%
G = 1.06%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED048A (or 0xED048A) is known color: Hollywood Cerise. HEX triplet: ED, 04 and 8A. RGB value is (237,4,138). Sum of RGB (Red+Green+Blue) = 237+4+138=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED048A is #12FB75. Grayscale: #585858. Windows color (decimal): -1244022 or 9045229. OLE color: 9045229.

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

Color convert

RGB 237 4 138 -
CMYK 0 0.98 0.42 0.07
HSL 325.49º 0.97% 0.47% -
HSV(B) 325.49º 0.98% 0.93% -
XYZ 39.56 19.93 25.81 -
YUV 88.94 155.69 233.6 -
System Red Green Blue C M Y K H S L
Decimal 237 4 138 0 0.98 0.42 0.07 325.49 0.97 0.47
Hex ED 4 8A 0 62 2A 7 145 61 2F
Octal 355 4 212 0 142 52 7 505 141 57
Binary 11101101 100 10001010 0 1100010 101010 111 101000101 1100001 101111

Color Harmonies of #ED048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED048A

Black with #ED048A

Text Example


Text Example

White with #ED048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED048A; }

 p { color: rgb(237,4,138); }

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

background-color css

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

 a { background-color: rgb(237,4,138); }

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

border-color css

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

 span { border-color: rgb(237,4,138); }

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