Html Css Color HEX #EA338E Deep Cerise

📋 copy color: '#EA338E'

red 234 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #EA338E

Tints of Deep Cerise #EA338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.94%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 54.8%
G = 11.94%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA338E (or 0xEA338E) is known color: Deep Cerise. HEX triplet: EA, 33 and 8E. RGB value is (234,51,142). Sum of RGB (Red+Green+Blue) = 234+51+142=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA338E is #15CC71. Grayscale: #737373. Windows color (decimal): -1428594 or 9319402. OLE color: 9319402.

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

Color convert

RGB 234 51 142 -
CMYK 0 0.78 0.39 0.08
HSL 330.16º 0.81% 0.56% -
HSV(B) 330.16º 0.78% 0.92% -
XYZ 40 21.81 27.69 -
YUV 116.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 234 51 142 0 0.78 0.39 0.08 330.16 0.81 0.56
Hex EA 33 8E 0 4E 27 8 14A 51 38
Octal 352 63 216 0 116 47 10 512 121 70
Binary 11101010 110011 10001110 0 1001110 100111 1000 101001010 1010001 111000

Color Harmonies of #EA338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA338E

Black with #EA338E

Text Example


Text Example

White with #EA338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA338E; }

 p { color: rgb(234,51,142); }

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

background-color css

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

 a { background-color: rgb(234,51,142); }

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

border-color css

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

 span { border-color: rgb(234,51,142); }

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