Html Css Color HEX #EA305D Cerise

📋 copy color: '#EA305D'

red 234 ◦ green 48 ◦ blue 93

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

Shades of Cerise #EA305D

Tints of Cerise #EA305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 62.4%
G = 12.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA305D (or 0xEA305D) is known color: Cerise. HEX triplet: EA, 30 and 5D. RGB value is (234,48,93). Sum of RGB (Red+Green+Blue) = 234+48+93=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA305D is #15CFA2. Grayscale: #6C6C6C. Windows color (decimal): -1429411 or 6107370. OLE color: 6107370.

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

Color convert

RGB 234 48 93 -
CMYK 0 0.79 0.60 0.08
HSL 345.48º 0.82% 0.55% -
HSV(B) 345.48º 0.79% 0.92% -
XYZ 36.96 20.4 12.34 -
YUV 108.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 234 48 93 0 0.79 0.60 0.08 345.48 0.82 0.55
Hex EA 30 5D 0 4F 3C 8 159 52 37
Octal 352 60 135 0 117 74 10 531 122 67
Binary 11101010 110000 1011101 0 1001111 111100 1000 101011001 1010010 110111

Color Harmonies of #EA305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA305D

Black with #EA305D

Text Example


Text Example

White with #EA305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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