Html Css Color HEX #EA368C Deep Cerise

📋 copy color: '#EA368C'

red 234 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #EA368C

Tints of Deep Cerise #EA368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 54.67%
G = 12.62%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA368C (or 0xEA368C) is known color: Deep Cerise. HEX triplet: EA, 36 and 8C. RGB value is (234,54,140). Sum of RGB (Red+Green+Blue) = 234+54+140=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA368C is #15C973. Grayscale: #757575. Windows color (decimal): -1427828 or 9189098. OLE color: 9189098.

HSL color Cylindrical-coordinate representation of color #EA368C: hue angle of 331.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 #EA368C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 140 -
CMYK 0 0.77 0.40 0.08
HSL 331.33º 0.81% 0.56% -
HSV(B) 331.33º 0.77% 0.92% -
XYZ 39.98 22.02 26.95 -
YUV 117.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 234 54 140 0 0.77 0.40 0.08 331.33 0.81 0.56
Hex EA 36 8C 0 4D 28 8 14B 51 38
Octal 352 66 214 0 115 50 10 513 121 70
Binary 11101010 110110 10001100 0 1001101 101000 1000 101001011 1010001 111000

Color Harmonies of #EA368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA368C

Black with #EA368C

Text Example


Text Example

White with #EA368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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