Html Css Color HEX #E0526A Cranberry

📋 copy color: '#E0526A'

red 224 ◦ green 82 ◦ blue 106

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

Shades of Cranberry #E0526A

Tints of Cranberry #E0526A

RGB

 RED value IS 224 (87.89% from 255) = 54.37%

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 54.37%
G = 19.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0526A (or 0xE0526A) is known color: Cranberry. HEX triplet: E0, 52 and 6A. RGB value is (224,82,106). Sum of RGB (Red+Green+Blue) = 224+82+106=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0526A is #1FAD95. Grayscale: #7F7F7F. Windows color (decimal): -2076054 or 6968032. OLE color: 6968032.

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

Color convert

RGB 224 82 106 -
CMYK 0 0.63 0.53 0.12
HSL 349.86º 0.7% 0.6% -
HSV(B) 349.86º 0.63% 0.88% -
XYZ 36.36 22.92 16.14 -
YUV 127.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 224 82 106 0 0.63 0.53 0.12 349.86 0.7 0.6
Hex E0 52 6A 0 3F 35 C 15E 46 3C
Octal 340 122 152 0 77 65 14 536 106 74
Binary 11100000 1010010 1101010 0 111111 110101 1100 101011110 1000110 111100

Color Harmonies of #E0526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0526A

Black with #E0526A

Text Example


Text Example

White with #E0526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0526A; }

 p { color: rgb(224,82,106); }

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

background-color css

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

 a { background-color: rgb(224,82,106); }

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

border-color css

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

 span { border-color: rgb(224,82,106); }

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