Html Css Color HEX #EA365F Cerise

📋 copy color: '#EA365F'

red 234 ◦ green 54 ◦ blue 95

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

Shades of Cerise #EA365F

Tints of Cerise #EA365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

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

R = 61.1%
G = 14.1%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA365F (or 0xEA365F) is known color: Cerise. HEX triplet: EA, 36 and 5F. RGB value is (234,54,95). Sum of RGB (Red+Green+Blue) = 234+54+95=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA365F is #15C9A0. Grayscale: #707070. Windows color (decimal): -1427873 or 6239978. OLE color: 6239978.

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

Color convert

RGB 234 54 95 -
CMYK 0 0.77 0.59 0.08
HSL 346.33º 0.81% 0.56% -
HSV(B) 346.33º 0.77% 0.92% -
XYZ 37.32 20.96 12.9 -
YUV 112.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 234 54 95 0 0.77 0.59 0.08 346.33 0.81 0.56
Hex EA 36 5F 0 4D 3B 8 15A 51 38
Octal 352 66 137 0 115 73 10 532 121 70
Binary 11101010 110110 1011111 0 1001101 111011 1000 101011010 1010001 111000

Color Harmonies of #EA365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA365F

Black with #EA365F

Text Example


Text Example

White with #EA365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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