Html Css Color HEX #EA338B Deep Cerise

📋 copy color: '#EA338B'

red 234 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #EA338B

Tints of Deep Cerise #EA338B

RGB

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

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

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

R = 55.19%
G = 12.03%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA338B (or 0xEA338B) is known color: Deep Cerise. HEX triplet: EA, 33 and 8B. RGB value is (234,51,139). Sum of RGB (Red+Green+Blue) = 234+51+139=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA338B is #15CC74. Grayscale: #737373. Windows color (decimal): -1428597 or 9122794. OLE color: 9122794.

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

Color convert

RGB 234 51 139 -
CMYK 0 0.78 0.41 0.08
HSL 331.15º 0.81% 0.56% -
HSV(B) 331.15º 0.78% 0.92% -
XYZ 39.78 21.72 26.52 -
YUV 115.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 234 51 139 0 0.78 0.41 0.08 331.15 0.81 0.56
Hex EA 33 8B 0 4E 29 8 14B 51 38
Octal 352 63 213 0 116 51 10 513 121 70
Binary 11101010 110011 10001011 0 1001110 101001 1000 101001011 1010001 111000

Color Harmonies of #EA338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA338B

Black with #EA338B

Text Example


Text Example

White with #EA338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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