Html Css Color HEX #E1487E Cranberry

📋 copy color: '#E1487E'

red 225 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #E1487E

Tints of Cranberry #E1487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.02%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 53.19%
G = 17.02%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1487E (or 0xE1487E) is known color: Cranberry. HEX triplet: E1, 48 and 7E. RGB value is (225,72,126). Sum of RGB (Red+Green+Blue) = 225+72+126=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1487E is #1EB781. Grayscale: #7B7B7B. Windows color (decimal): -2013058 or 8276193. OLE color: 8276193.

HSL color Cylindrical-coordinate representation of color #E1487E: hue angle of 338.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1487E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 126 -
CMYK 0 0.68 0.44 0.12
HSL 338.82º 0.72% 0.58% -
HSV(B) 338.82º 0.68% 0.88% -
XYZ 37.13 22.15 22.06 -
YUV 123.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 225 72 126 0 0.68 0.44 0.12 338.82 0.72 0.58
Hex E1 48 7E 0 44 2C C 153 48 3A
Octal 341 110 176 0 104 54 14 523 110 72
Binary 11100001 1001000 1111110 0 1000100 101100 1100 101010011 1001000 111010

Color Harmonies of #E1487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1487E

Black with #E1487E

Text Example


Text Example

White with #E1487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1487E; }

 p { color: rgb(225,72,126); }

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

background-color css

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

 a { background-color: rgb(225,72,126); }

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

border-color css

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

 span { border-color: rgb(225,72,126); }

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