Html Css Color HEX #EA308D Deep Cerise

📋 copy color: '#EA308D'

red 234 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #EA308D

Tints of Deep Cerise #EA308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 55.32%
G = 11.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA308D (or 0xEA308D) is known color: Deep Cerise. HEX triplet: EA, 30 and 8D. RGB value is (234,48,141). Sum of RGB (Red+Green+Blue) = 234+48+141=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA308D is #15CF72. Grayscale: #727272. Windows color (decimal): -1429363 or 9253098. OLE color: 9253098.

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

Color convert

RGB 234 48 141 -
CMYK 0 0.79 0.40 0.08
HSL 330º 0.82% 0.55% -
HSV(B) 330º 0.79% 0.92% -
XYZ 39.8 21.53 27.26 -
YUV 114.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 234 48 141 0 0.79 0.40 0.08 330 0.82 0.55
Hex EA 30 8D 0 4F 28 8 14A 52 37
Octal 352 60 215 0 117 50 10 512 122 67
Binary 11101010 110000 10001101 0 1001111 101000 1000 101001010 1010010 110111

Color Harmonies of #EA308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA308D

Black with #EA308D

Text Example


Text Example

White with #EA308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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