Html Css Color HEX #E42975 Cerise

📋 copy color: '#E42975'

red 228 ◦ green 41 ◦ blue 117

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

Shades of Cerise #E42975

Tints of Cerise #E42975

RGB

 RED value IS 228 (89.45% from 255) = 59.07%

 GREEN value IS 41 (16.41% from 255) = 10.62%

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

R = 59.07%
G = 10.62%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E42975 (or 0xE42975) is known color: Cerise. HEX triplet: E4, 29 and 75. RGB value is (228,41,117). Sum of RGB (Red+Green+Blue) = 228+41+117=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E42975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42975 is #1BD68A. Grayscale: #696969. Windows color (decimal): -1824395 or 7678436. OLE color: 7678436.

HSL color Cylindrical-coordinate representation of color #E42975: hue angle of 335.61º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42975 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 117 -
CMYK 0 0.82 0.49 0.11
HSL 335.62º 0.78% 0.53% -
HSV(B) 335.62º 0.82% 0.89% -
XYZ 36 19.36 18.67 -
YUV 105.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 228 41 117 0 0.82 0.49 0.11 335.62 0.78 0.53
Hex E4 29 75 0 52 31 B 150 4E 35
Octal 344 51 165 0 122 61 13 520 116 65
Binary 11100100 101001 1110101 0 1010010 110001 1011 101010000 1001110 110101

Color Harmonies of #E42975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42975

Black with #E42975

Text Example


Text Example

White with #E42975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42975; }

 p { color: rgb(228,41,117); }

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

background-color css

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

 a { background-color: rgb(228,41,117); }

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

border-color css

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

 span { border-color: rgb(228,41,117); }

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