Html Css Color HEX #E05275 Cranberry

📋 copy color: '#E05275'

red 224 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #E05275

Tints of Cranberry #E05275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 52.96%
G = 19.39%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05275 (or 0xE05275) is known color: Cranberry. HEX triplet: E0, 52 and 75. RGB value is (224,82,117). Sum of RGB (Red+Green+Blue) = 224+82+117=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05275 is #1FAD8A. Grayscale: #808080. Windows color (decimal): -2076043 or 7688928. OLE color: 7688928.

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

Color convert

RGB 224 82 117 -
CMYK 0 0.63 0.48 0.12
HSL 345.21º 0.7% 0.6% -
HSV(B) 345.21º 0.63% 0.88% -
XYZ 36.97 23.17 19.35 -
YUV 128.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 224 82 117 0 0.63 0.48 0.12 345.21 0.7 0.6
Hex E0 52 75 0 3F 30 C 159 46 3C
Octal 340 122 165 0 77 60 14 531 106 74
Binary 11100000 1010010 1110101 0 111111 110000 1100 101011001 1000110 111100

Color Harmonies of #E05275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05275

Black with #E05275

Text Example


Text Example

White with #E05275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05275; }

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

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

background-color css

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

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

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

border-color css

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

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

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