Html Css Color HEX #EA2775 Cerise

📋 copy color: '#EA2775'

red 234 ◦ green 39 ◦ blue 117

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

Shades of Cerise #EA2775

Tints of Cerise #EA2775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 60%
G = 10%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA2775 (or 0xEA2775) is known color: Cerise. HEX triplet: EA, 27 and 75. RGB value is (234,39,117). Sum of RGB (Red+Green+Blue) = 234+39+117=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2775 is #15D88A. Grayscale: #6A6A6A. Windows color (decimal): -1431691 or 7677930. OLE color: 7677930.

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

Color convert

RGB 234 39 117 -
CMYK 0 0.83 0.5 0.08
HSL 336º 0.82% 0.54% -
HSV(B) 336º 0.83% 0.92% -
XYZ 37.87 20.23 18.74 -
YUV 106.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 234 39 117 0 0.83 0.5 0.08 336 0.82 0.54
Hex EA 27 75 0 53 32 8 150 52 36
Octal 352 47 165 0 123 62 10 520 122 66
Binary 11101010 100111 1110101 0 1010011 110010 1000 101010000 1010010 110110

Color Harmonies of #EA2775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2775

Black with #EA2775

Text Example


Text Example

White with #EA2775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2775; }

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

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

background-color css

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

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

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

border-color css

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

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

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