Html Css Color HEX #EA308F Deep Cerise

📋 copy color: '#EA308F'

red 234 ◦ green 48 ◦ blue 143

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

Shades of Deep Cerise #EA308F

Tints of Deep Cerise #EA308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 55.06%
G = 11.29%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA308F (or 0xEA308F) is known color: Deep Cerise. HEX triplet: EA, 30 and 8F. RGB value is (234,48,143). Sum of RGB (Red+Green+Blue) = 234+48+143=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA308F is #15CF70. Grayscale: #727272. Windows color (decimal): -1429361 or 9384170. OLE color: 9384170.

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

Color convert

RGB 234 48 143 -
CMYK 0 0.79 0.39 0.08
HSL 329.35º 0.82% 0.55% -
HSV(B) 329.35º 0.79% 0.92% -
XYZ 39.95 21.59 28.05 -
YUV 114.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 234 48 143 0 0.79 0.39 0.08 329.35 0.82 0.55
Hex EA 30 8F 0 4F 27 8 149 52 37
Octal 352 60 217 0 117 47 10 511 122 67
Binary 11101010 110000 10001111 0 1001111 100111 1000 101001001 1010010 110111

Color Harmonies of #EA308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA308F

Black with #EA308F

Text Example


Text Example

White with #EA308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA308F; }

 p { color: rgb(234,48,143); }

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

background-color css

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

 a { background-color: rgb(234,48,143); }

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

border-color css

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

 span { border-color: rgb(234,48,143); }

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