Html Css Color HEX #ED048B Hollywood Cerise

📋 copy color: '#ED048B'

red 237 ◦ green 4 ◦ blue 139

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

Shades of Hollywood Cerise #ED048B

Tints of Hollywood Cerise #ED048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 62.37%
G = 1.05%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED048B (or 0xED048B) is known color: Hollywood Cerise. HEX triplet: ED, 04 and 8B. RGB value is (237,4,139). Sum of RGB (Red+Green+Blue) = 237+4+139=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED048B is #12FB74. Grayscale: #585858. Windows color (decimal): -1244021 or 9110765. OLE color: 9110765.

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

Color convert

RGB 237 4 139 -
CMYK 0 0.98 0.41 0.07
HSL 325.24º 0.97% 0.47% -
HSV(B) 325.24º 0.98% 0.93% -
XYZ 39.63 19.96 26.19 -
YUV 89.06 156.19 233.52 -
System Red Green Blue C M Y K H S L
Decimal 237 4 139 0 0.98 0.41 0.07 325.24 0.97 0.47
Hex ED 4 8B 0 62 29 7 145 61 2F
Octal 355 4 213 0 142 51 7 505 141 57
Binary 11101101 100 10001011 0 1100010 101001 111 101000101 1100001 101111

Color Harmonies of #ED048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED048B

Black with #ED048B

Text Example


Text Example

White with #ED048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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