Html Css Color HEX #E2527A Cranberry

📋 copy color: '#E2527A'

red 226 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #E2527A

Tints of Cranberry #E2527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 52.56%
G = 19.07%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2527A (or 0xE2527A) is known color: Cranberry. HEX triplet: E2, 52 and 7A. RGB value is (226,82,122). Sum of RGB (Red+Green+Blue) = 226+82+122=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2527A is #1DAD85. Grayscale: #818181. Windows color (decimal): -1944966 or 8016610. OLE color: 8016610.

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

Color convert

RGB 226 82 122 -
CMYK 0 0.64 0.46 0.11
HSL 343.33º 0.71% 0.6% -
HSV(B) 343.33º 0.64% 0.89% -
XYZ 37.89 23.61 20.97 -
YUV 129.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 226 82 122 0 0.64 0.46 0.11 343.33 0.71 0.6
Hex E2 52 7A 0 40 2E B 157 47 3C
Octal 342 122 172 0 100 56 13 527 107 74
Binary 11100010 1010010 1111010 0 1000000 101110 1011 101010111 1000111 111100

Color Harmonies of #E2527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2527A

Black with #E2527A

Text Example


Text Example

White with #E2527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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