Html Css Color HEX #E42D6A Cerise

📋 copy color: '#E42D6A'

red 228 ◦ green 45 ◦ blue 106

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

Shades of Cerise #E42D6A

Tints of Cerise #E42D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 60.16%
G = 11.87%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E42D6A (or 0xE42D6A) is known color: Cerise. HEX triplet: E4, 2D and 6A. RGB value is (228,45,106). Sum of RGB (Red+Green+Blue) = 228+45+106=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42D6A is #1BD295. Grayscale: #6A6A6A. Windows color (decimal): -1823382 or 6958564. OLE color: 6958564.

HSL color Cylindrical-coordinate representation of color #E42D6A: hue angle of 340º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D6A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 106 -
CMYK 0 0.80 0.54 0.11
HSL 340º 0.77% 0.54% -
HSV(B) 340º 0.8% 0.89% -
XYZ 35.53 19.41 15.51 -
YUV 106.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 228 45 106 0 0.80 0.54 0.11 340 0.77 0.54
Hex E4 2D 6A 0 50 36 B 154 4D 36
Octal 344 55 152 0 120 66 13 524 115 66
Binary 11100100 101101 1101010 0 1010000 110110 1011 101010100 1001101 110110

Color Harmonies of #E42D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D6A

Black with #E42D6A

Text Example


Text Example

White with #E42D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D6A; }

 p { color: rgb(228,45,106); }

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

background-color css

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

 a { background-color: rgb(228,45,106); }

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

border-color css

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

 span { border-color: rgb(228,45,106); }

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