Html Css Color HEX #EA345F Cerise

📋 copy color: '#EA345F'

red 234 ◦ green 52 ◦ blue 95

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

Shades of Cerise #EA345F

Tints of Cerise #EA345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.65%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 61.42%
G = 13.65%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA345F (or 0xEA345F) is known color: Cerise. HEX triplet: EA, 34 and 5F. RGB value is (234,52,95). Sum of RGB (Red+Green+Blue) = 234+52+95=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA345F is #15CBA0. Grayscale: #6F6F6F. Windows color (decimal): -1428385 or 6239466. OLE color: 6239466.

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

Color convert

RGB 234 52 95 -
CMYK 0 0.78 0.59 0.08
HSL 345.82º 0.81% 0.56% -
HSV(B) 345.82º 0.78% 0.92% -
XYZ 37.23 20.77 12.87 -
YUV 111.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 234 52 95 0 0.78 0.59 0.08 345.82 0.81 0.56
Hex EA 34 5F 0 4E 3B 8 15A 51 38
Octal 352 64 137 0 116 73 10 532 121 70
Binary 11101010 110100 1011111 0 1001110 111011 1000 101011010 1010001 111000

Color Harmonies of #EA345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA345F

Black with #EA345F

Text Example


Text Example

White with #EA345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA345F; }

 p { color: rgb(234,52,95); }

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

background-color css

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

 a { background-color: rgb(234,52,95); }

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

border-color css

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

 span { border-color: rgb(234,52,95); }

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