Html Css Color HEX #E1356A Cerise

📋 copy color: '#E1356A'

red 225 ◦ green 53 ◦ blue 106

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

Shades of Cerise #E1356A

Tints of Cerise #E1356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 58.59%
G = 13.8%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1356A (or 0xE1356A) is known color: Cerise. HEX triplet: E1, 35 and 6A. RGB value is (225,53,106). Sum of RGB (Red+Green+Blue) = 225+53+106=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1356A is #1ECA95. Grayscale: #6E6E6E. Windows color (decimal): -2017942 or 6960609. OLE color: 6960609.

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

Color convert

RGB 225 53 106 -
CMYK 0 0.76 0.53 0.12
HSL 341.51º 0.74% 0.55% -
HSV(B) 341.51º 0.76% 0.88% -
XYZ 34.93 19.59 15.58 -
YUV 110.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 225 53 106 0 0.76 0.53 0.12 341.51 0.74 0.55
Hex E1 35 6A 0 4C 35 C 156 4A 37
Octal 341 65 152 0 114 65 14 526 112 67
Binary 11100001 110101 1101010 0 1001100 110101 1100 101010110 1001010 110111

Color Harmonies of #E1356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1356A

Black with #E1356A

Text Example


Text Example

White with #E1356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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