Html Css Color HEX #E15A6E Cranberry

📋 copy color: '#E15A6E'

red 225 ◦ green 90 ◦ blue 110

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

Shades of Cranberry #E15A6E

Tints of Cranberry #E15A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 52.94%
G = 21.18%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E15A6E (or 0xE15A6E) is known color: Cranberry. HEX triplet: E1, 5A and 6E. RGB value is (225,90,110). Sum of RGB (Red+Green+Blue) = 225+90+110=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A6E is #1EA591. Grayscale: #848484. Windows color (decimal): -2008466 or 7232225. OLE color: 7232225.

HSL color Cylindrical-coordinate representation of color #E15A6E: hue angle of 351.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A6E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 110 -
CMYK 0 0.60 0.51 0.12
HSL 351.11º 0.69% 0.62% -
HSV(B) 351.11º 0.6% 0.88% -
XYZ 37.52 24.45 17.49 -
YUV 132.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 225 90 110 0 0.60 0.51 0.12 351.11 0.69 0.62
Hex E1 5A 6E 0 3C 33 C 15F 45 3E
Octal 341 132 156 0 74 63 14 537 105 76
Binary 11100001 1011010 1101110 0 111100 110011 1100 101011111 1000101 111110

Color Harmonies of #E15A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A6E

Black with #E15A6E

Text Example


Text Example

White with #E15A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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