Html Css Color HEX #E2526B Cranberry

📋 copy color: '#E2526B'

red 226 ◦ green 82 ◦ blue 107

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

Shades of Cranberry #E2526B

Tints of Cranberry #E2526B

RGB

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

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

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

R = 54.46%
G = 19.76%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2526B (or 0xE2526B) is known color: Cranberry. HEX triplet: E2, 52 and 6B. RGB value is (226,82,107). Sum of RGB (Red+Green+Blue) = 226+82+107=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2526B is #1DAD94. Grayscale: #7F7F7F. Windows color (decimal): -1944981 or 7033570. OLE color: 7033570.

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

Color convert

RGB 226 82 107 -
CMYK 0 0.64 0.53 0.11
HSL 349.58º 0.71% 0.6% -
HSV(B) 349.58º 0.64% 0.89% -
XYZ 37.04 23.26 16.45 -
YUV 127.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 226 82 107 0 0.64 0.53 0.11 349.58 0.71 0.6
Hex E2 52 6B 0 40 35 B 15E 47 3C
Octal 342 122 153 0 100 65 13 536 107 74
Binary 11100010 1010010 1101011 0 1000000 110101 1011 101011110 1000111 111100

Color Harmonies of #E2526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2526B

Black with #E2526B

Text Example


Text Example

White with #E2526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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