Html Css Color HEX #EA367D Deep Cerise

📋 copy color: '#EA367D'

red 234 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #EA367D

Tints of Deep Cerise #EA367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.08%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 56.66%
G = 13.08%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA367D (or 0xEA367D) is known color: Deep Cerise. HEX triplet: EA, 36 and 7D. RGB value is (234,54,125). Sum of RGB (Red+Green+Blue) = 234+54+125=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA367D is #15C982. Grayscale: #737373. Windows color (decimal): -1427843 or 8206058. OLE color: 8206058.

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

Color convert

RGB 234 54 125 -
CMYK 0 0.77 0.47 0.08
HSL 336.33º 0.81% 0.56% -
HSV(B) 336.33º 0.77% 0.92% -
XYZ 38.95 21.61 21.52 -
YUV 115.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 234 54 125 0 0.77 0.47 0.08 336.33 0.81 0.56
Hex EA 36 7D 0 4D 2F 8 150 51 38
Octal 352 66 175 0 115 57 10 520 121 70
Binary 11101010 110110 1111101 0 1001101 101111 1000 101010000 1010001 111000

Color Harmonies of #EA367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA367D

Black with #EA367D

Text Example


Text Example

White with #EA367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA367D; }

 p { color: rgb(234,54,125); }

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

background-color css

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

 a { background-color: rgb(234,54,125); }

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

border-color css

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

 span { border-color: rgb(234,54,125); }

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