Html Css Color HEX #E1526B Cranberry

📋 copy color: '#E1526B'

red 225 ◦ green 82 ◦ blue 107

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

Shades of Cranberry #E1526B

Tints of Cranberry #E1526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 54.35%
G = 19.81%
B = 25.85%

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

#E1526B (or 0xE1526B) is known color: Cranberry. HEX triplet: E1, 52 and 6B. RGB value is (225,82,107). Sum of RGB (Red+Green+Blue) = 225+82+107=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1526B is #1EAD94. Grayscale: #7F7F7F. Windows color (decimal): -2010517 or 7033569. OLE color: 7033569.

HSL color Cylindrical-coordinate representation of color #E1526B: hue angle of 349.51º 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 #E1526B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 107 -
CMYK 0 0.64 0.52 0.12
HSL 349.51º 0.7% 0.6% -
HSV(B) 349.51º 0.64% 0.88% -
XYZ 36.72 23.1 16.43 -
YUV 127.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 225 82 107 0 0.64 0.52 0.12 349.51 0.7 0.6
Hex E1 52 6B 0 40 34 C 15E 46 3C
Octal 341 122 153 0 100 64 14 536 106 74
Binary 11100001 1010010 1101011 0 1000000 110100 1100 101011110 1000110 111100

Color Harmonies of #E1526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1526B

Black with #E1526B

Text Example


Text Example

White with #E1526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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