Html Css Color HEX #E1426A Cerise

📋 copy color: '#E1426A'

red 225 ◦ green 66 ◦ blue 106

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

Shades of Cerise #E1426A

Tints of Cerise #E1426A

RGB

 RED value IS 225 (88.28% from 255) = 56.68%

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 56.68%
G = 16.62%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1426A (or 0xE1426A) is known color: Cerise. HEX triplet: E1, 42 and 6A. RGB value is (225,66,106). Sum of RGB (Red+Green+Blue) = 225+66+106=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1426A is #1EBD95. Grayscale: #767676. Windows color (decimal): -2014614 or 6963937. OLE color: 6963937.

HSL color Cylindrical-coordinate representation of color #E1426A: hue angle of 344.91º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1426A is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 106 -
CMYK 0 0.71 0.53 0.12
HSL 344.91º 0.73% 0.57% -
HSV(B) 344.91º 0.71% 0.88% -
XYZ 35.6 20.94 15.8 -
YUV 118.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 225 66 106 0 0.71 0.53 0.12 344.91 0.73 0.57
Hex E1 42 6A 0 47 35 C 159 49 39
Octal 341 102 152 0 107 65 14 531 111 71
Binary 11100001 1000010 1101010 0 1000111 110101 1100 101011001 1001001 111001

Color Harmonies of #E1426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1426A

Black with #E1426A

Text Example


Text Example

White with #E1426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1426A; }

 p { color: rgb(225,66,106); }

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

background-color css

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

 a { background-color: rgb(225,66,106); }

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

border-color css

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

 span { border-color: rgb(225,66,106); }

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