Html Css Color HEX #EA317D Deep Cerise

📋 copy color: '#EA317D'

red 234 ◦ green 49 ◦ blue 125

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

Shades of Deep Cerise #EA317D

Tints of Deep Cerise #EA317D

RGB

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

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

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

R = 57.35%
G = 12.01%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA317D (or 0xEA317D) is known color: Deep Cerise. HEX triplet: EA, 31 and 7D. RGB value is (234,49,125). Sum of RGB (Red+Green+Blue) = 234+49+125=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA317D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA317D is #15CE82. Grayscale: #707070. Windows color (decimal): -1429123 or 8204778. OLE color: 8204778.

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

Color convert

RGB 234 49 125 -
CMYK 0 0.79 0.47 0.08
HSL 335.35º 0.81% 0.55% -
HSV(B) 335.35º 0.79% 0.92% -
XYZ 38.73 21.17 21.45 -
YUV 112.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 234 49 125 0 0.79 0.47 0.08 335.35 0.81 0.55
Hex EA 31 7D 0 4F 2F 8 14F 51 37
Octal 352 61 175 0 117 57 10 517 121 67
Binary 11101010 110001 1111101 0 1001111 101111 1000 101001111 1010001 110111

Color Harmonies of #EA317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA317D

Black with #EA317D

Text Example


Text Example

White with #EA317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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