Html Css Color HEX #E2526C Cranberry

📋 copy color: '#E2526C'

red 226 ◦ green 82 ◦ blue 108

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

Shades of Cranberry #E2526C

Tints of Cranberry #E2526C

RGB

 RED value IS 226 (88.67% from 255) = 54.33%

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

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

R = 54.33%
G = 19.71%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2526C (or 0xE2526C) is known color: Cranberry. HEX triplet: E2, 52 and 6C. RGB value is (226,82,108). Sum of RGB (Red+Green+Blue) = 226+82+108=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2526C is #1DAD93. Grayscale: #808080. Windows color (decimal): -1944980 or 7099106. OLE color: 7099106.

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

Color convert

RGB 226 82 108 -
CMYK 0 0.64 0.52 0.11
HSL 349.17º 0.71% 0.6% -
HSV(B) 349.17º 0.64% 0.89% -
XYZ 37.09 23.29 16.73 -
YUV 128.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 226 82 108 0 0.64 0.52 0.11 349.17 0.71 0.6
Hex E2 52 6C 0 40 34 B 15D 47 3C
Octal 342 122 154 0 100 64 13 535 107 74
Binary 11100010 1010010 1101100 0 1000000 110100 1011 101011101 1000111 111100

Color Harmonies of #E2526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2526C

Black with #E2526C

Text Example


Text Example

White with #E2526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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