Html Css Color HEX #EA275F Cerise

📋 copy color: '#EA275F'

red 234 ◦ green 39 ◦ blue 95

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

Shades of Cerise #EA275F

Tints of Cerise #EA275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.6%

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

R = 63.59%
G = 10.6%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA275F (or 0xEA275F) is known color: Cerise. HEX triplet: EA, 27 and 5F. RGB value is (234,39,95). Sum of RGB (Red+Green+Blue) = 234+39+95=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA275F is #15D8A0. Grayscale: #676767. Windows color (decimal): -1431713 or 6236138. OLE color: 6236138.

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

Color convert

RGB 234 39 95 -
CMYK 0 0.83 0.59 0.08
HSL 342.77º 0.82% 0.54% -
HSV(B) 342.77º 0.83% 0.92% -
XYZ 36.72 19.77 12.71 -
YUV 103.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 234 39 95 0 0.83 0.59 0.08 342.77 0.82 0.54
Hex EA 27 5F 0 53 3B 8 157 52 36
Octal 352 47 137 0 123 73 10 527 122 66
Binary 11101010 100111 1011111 0 1010011 111011 1000 101010111 1010010 110110

Color Harmonies of #EA275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA275F

Black with #EA275F

Text Example


Text Example

White with #EA275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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