Html Css Color HEX #EA365C Cerise

📋 copy color: '#EA365C'

red 234 ◦ green 54 ◦ blue 92

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

Shades of Cerise #EA365C

Tints of Cerise #EA365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 61.58%
G = 14.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA365C (or 0xEA365C) is known color: Cerise. HEX triplet: EA, 36 and 5C. RGB value is (234,54,92). Sum of RGB (Red+Green+Blue) = 234+54+92=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA365C is #15C9A3. Grayscale: #707070. Windows color (decimal): -1427876 or 6043370. OLE color: 6043370.

HSL color Cylindrical-coordinate representation of color #EA365C: hue angle of 347.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 #EA365C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 92 -
CMYK 0 0.77 0.61 0.08
HSL 347.33º 0.81% 0.56% -
HSV(B) 347.33º 0.77% 0.92% -
XYZ 37.18 20.9 12.2 -
YUV 112.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 234 54 92 0 0.77 0.61 0.08 347.33 0.81 0.56
Hex EA 36 5C 0 4D 3D 8 15B 51 38
Octal 352 66 134 0 115 75 10 533 121 70
Binary 11101010 110110 1011100 0 1001101 111101 1000 101011011 1010001 111000

Color Harmonies of #EA365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA365C

Black with #EA365C

Text Example


Text Example

White with #EA365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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