Html Css Color HEX #EA317A Deep Cerise

📋 copy color: '#EA317A'

red 234 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #EA317A

Tints of Deep Cerise #EA317A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 57.78%
G = 12.1%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA317A (or 0xEA317A) is known color: Deep Cerise. HEX triplet: EA, 31 and 7A. RGB value is (234,49,122). Sum of RGB (Red+Green+Blue) = 234+49+122=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA317A is #15CE85. Grayscale: #707070. Windows color (decimal): -1429126 or 8008170. OLE color: 8008170.

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

Color convert

RGB 234 49 122 -
CMYK 0 0.79 0.48 0.08
HSL 336.32º 0.81% 0.55% -
HSV(B) 336.32º 0.79% 0.92% -
XYZ 38.54 21.09 20.45 -
YUV 112.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 234 49 122 0 0.79 0.48 0.08 336.32 0.81 0.55
Hex EA 31 7A 0 4F 30 8 150 51 37
Octal 352 61 172 0 117 60 10 520 121 67
Binary 11101010 110001 1111010 0 1001111 110000 1000 101010000 1010001 110111

Color Harmonies of #EA317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA317A

Black with #EA317A

Text Example


Text Example

White with #EA317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA317A; }

 p { color: rgb(234,49,122); }

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

background-color css

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

 a { background-color: rgb(234,49,122); }

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

border-color css

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

 span { border-color: rgb(234,49,122); }

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