Html Css Color HEX #E42968 Cerise

📋 copy color: '#E42968'

red 228 ◦ green 41 ◦ blue 104

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

Shades of Cerise #E42968

Tints of Cerise #E42968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 61.13%
G = 10.99%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E42968 (or 0xE42968) is known color: Cerise. HEX triplet: E4, 29 and 68. RGB value is (228,41,104). Sum of RGB (Red+Green+Blue) = 228+41+104=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E42968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42968 is #1BD697. Grayscale: #686868. Windows color (decimal): -1824408 or 6826468. OLE color: 6826468.

HSL color Cylindrical-coordinate representation of color #E42968: hue angle of 339.79º 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 #E42968 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 104 -
CMYK 0 0.82 0.54 0.11
HSL 339.79º 0.78% 0.53% -
HSV(B) 339.79º 0.82% 0.89% -
XYZ 35.29 19.08 14.92 -
YUV 104.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 228 41 104 0 0.82 0.54 0.11 339.79 0.78 0.53
Hex E4 29 68 0 52 36 B 154 4E 35
Octal 344 51 150 0 122 66 13 524 116 65
Binary 11100100 101001 1101000 0 1010010 110110 1011 101010100 1001110 110101

Color Harmonies of #E42968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42968

Black with #E42968

Text Example


Text Example

White with #E42968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42968; }

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

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

background-color css

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

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

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

border-color css

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

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

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