Html Css Color HEX #E1526C Cranberry

📋 copy color: '#E1526C'

red 225 ◦ green 82 ◦ blue 108

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

Shades of Cranberry #E1526C

Tints of Cranberry #E1526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 54.22%
G = 19.76%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1526C (or 0xE1526C) is known color: Cranberry. HEX triplet: E1, 52 and 6C. RGB value is (225,82,108). Sum of RGB (Red+Green+Blue) = 225+82+108=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1526C is #1EAD93. Grayscale: #7F7F7F. Windows color (decimal): -2010516 or 7099105. OLE color: 7099105.

HSL color Cylindrical-coordinate representation of color #E1526C: hue angle of 349.09º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1526C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 108 -
CMYK 0 0.64 0.52 0.12
HSL 349.09º 0.7% 0.6% -
HSV(B) 349.09º 0.64% 0.88% -
XYZ 36.78 23.12 16.71 -
YUV 127.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 225 82 108 0 0.64 0.52 0.12 349.09 0.7 0.6
Hex E1 52 6C 0 40 34 C 15D 46 3C
Octal 341 122 154 0 100 64 14 535 106 74
Binary 11100001 1010010 1101100 0 1000000 110100 1100 101011101 1000110 111100

Color Harmonies of #E1526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1526C

Black with #E1526C

Text Example


Text Example

White with #E1526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1526C; }

 p { color: rgb(225,82,108); }

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

background-color css

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

 a { background-color: rgb(225,82,108); }

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

border-color css

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

 span { border-color: rgb(225,82,108); }

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