Html Css Color HEX #E1445A Cerise

📋 copy color: '#E1445A'

red 225 ◦ green 68 ◦ blue 90

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

Shades of Cerise #E1445A

Tints of Cerise #E1445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 58.75%
G = 17.75%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1445A (or 0xE1445A) is known color: Cerise. HEX triplet: E1, 44 and 5A. RGB value is (225,68,90). Sum of RGB (Red+Green+Blue) = 225+68+90=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1445A is #1EBBA5. Grayscale: #757575. Windows color (decimal): -2014118 or 5915873. OLE color: 5915873.

HSL color Cylindrical-coordinate representation of color #E1445A: hue angle of 351.59º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1445A is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 90 -
CMYK 0 0.70 0.60 0.12
HSL 351.59º 0.72% 0.57% -
HSV(B) 351.59º 0.7% 0.88% -
XYZ 34.96 20.88 11.86 -
YUV 117.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 225 68 90 0 0.70 0.60 0.12 351.59 0.72 0.57
Hex E1 44 5A 0 46 3C C 160 48 39
Octal 341 104 132 0 106 74 14 540 110 71
Binary 11100001 1000100 1011010 0 1000110 111100 1100 101100000 1001000 111001

Color Harmonies of #E1445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1445A

Black with #E1445A

Text Example


Text Example

White with #E1445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1445A; }

 p { color: rgb(225,68,90); }

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

background-color css

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

 a { background-color: rgb(225,68,90); }

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

border-color css

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

 span { border-color: rgb(225,68,90); }

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