Html Css Color HEX #E1336A Cerise

📋 copy color: '#E1336A'

red 225 ◦ green 51 ◦ blue 106

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

Shades of Cerise #E1336A

Tints of Cerise #E1336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

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

R = 58.9%
G = 13.35%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1336A (or 0xE1336A) is known color: Cerise. HEX triplet: E1, 33 and 6A. RGB value is (225,51,106). Sum of RGB (Red+Green+Blue) = 225+51+106=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1336A is #1ECC95. Grayscale: #6D6D6D. Windows color (decimal): -2018454 or 6960097. OLE color: 6960097.

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

Color convert

RGB 225 51 106 -
CMYK 0 0.77 0.53 0.12
HSL 341.03º 0.74% 0.54% -
HSV(B) 341.03º 0.77% 0.88% -
XYZ 34.84 19.42 15.55 -
YUV 109.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 225 51 106 0 0.77 0.53 0.12 341.03 0.74 0.54
Hex E1 33 6A 0 4D 35 C 155 4A 36
Octal 341 63 152 0 115 65 14 525 112 66
Binary 11100001 110011 1101010 0 1001101 110101 1100 101010101 1001010 110110

Color Harmonies of #E1336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1336A

Black with #E1336A

Text Example


Text Example

White with #E1336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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