Html Css Color HEX #E0527B Cranberry

📋 copy color: '#E0527B'

red 224 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #E0527B

Tints of Cranberry #E0527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 52.21%
G = 19.11%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0527B (or 0xE0527B) is known color: Cranberry. HEX triplet: E0, 52 and 7B. RGB value is (224,82,123). Sum of RGB (Red+Green+Blue) = 224+82+123=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0527B is #1FAD84. Grayscale: #818181. Windows color (decimal): -2076037 or 8082144. OLE color: 8082144.

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

Color convert

RGB 224 82 123 -
CMYK 0 0.63 0.45 0.12
HSL 342.68º 0.7% 0.6% -
HSV(B) 342.68º 0.63% 0.88% -
XYZ 37.33 23.31 21.27 -
YUV 129.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 224 82 123 0 0.63 0.45 0.12 342.68 0.7 0.6
Hex E0 52 7B 0 3F 2D C 157 46 3C
Octal 340 122 173 0 77 55 14 527 106 74
Binary 11100000 1010010 1111011 0 111111 101101 1100 101010111 1000110 111100

Color Harmonies of #E0527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0527B

Black with #E0527B

Text Example


Text Example

White with #E0527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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