Html Css Color HEX #EA2675 Cerise

📋 copy color: '#EA2675'

red 234 ◦ green 38 ◦ blue 117

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

Shades of Cerise #EA2675

Tints of Cerise #EA2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 60.15%
G = 9.77%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA2675 (or 0xEA2675) is known color: Cerise. HEX triplet: EA, 26 and 75. RGB value is (234,38,117). Sum of RGB (Red+Green+Blue) = 234+38+117=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2675 is #15D98A. Grayscale: #696969. Windows color (decimal): -1431947 or 7677674. OLE color: 7677674.

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

Color convert

RGB 234 38 117 -
CMYK 0 0.84 0.5 0.08
HSL 335.82º 0.82% 0.53% -
HSV(B) 335.82º 0.84% 0.92% -
XYZ 37.84 20.16 18.73 -
YUV 105.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 234 38 117 0 0.84 0.5 0.08 335.82 0.82 0.53
Hex EA 26 75 0 54 32 8 150 52 35
Octal 352 46 165 0 124 62 10 520 122 65
Binary 11101010 100110 1110101 0 1010100 110010 1000 101010000 1010010 110101

Color Harmonies of #EA2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2675

Black with #EA2675

Text Example


Text Example

White with #EA2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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