Html Css Color HEX #EA247B Deep Cerise

📋 copy color: '#EA247B'

red 234 ◦ green 36 ◦ blue 123

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

Shades of Deep Cerise #EA247B

Tints of Deep Cerise #EA247B

RGB

 RED value IS 234 (91.8% from 255) = 59.54%

 GREEN value IS 36 (14.45% from 255) = 9.16%

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 59.54%
G = 9.16%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA247B (or 0xEA247B) is known color: Deep Cerise. HEX triplet: EA, 24 and 7B. RGB value is (234,36,123). Sum of RGB (Red+Green+Blue) = 234+36+123=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA247B is #15DB84. Grayscale: #686868. Windows color (decimal): -1432453 or 8070378. OLE color: 8070378.

HSL color Cylindrical-coordinate representation of color #EA247B: hue angle of 333.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA247B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 123 -
CMYK 0 0.85 0.47 0.08
HSL 333.64º 0.83% 0.53% -
HSV(B) 333.64º 0.85% 0.92% -
XYZ 38.14 20.18 20.62 -
YUV 105.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 234 36 123 0 0.85 0.47 0.08 333.64 0.83 0.53
Hex EA 24 7B 0 55 2F 8 14E 52 35
Octal 352 44 173 0 125 57 10 516 122 65
Binary 11101010 100100 1111011 0 1010101 101111 1000 101001110 1010010 110101

Color Harmonies of #EA247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA247B

Black with #EA247B

Text Example


Text Example

White with #EA247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA247B; }

 p { color: rgb(234,36,123); }

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

background-color css

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

 a { background-color: rgb(234,36,123); }

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

border-color css

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

 span { border-color: rgb(234,36,123); }

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