Html Css Color HEX #E05075 Cranberry

📋 copy color: '#E05075'

red 224 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #E05075

Tints of Cranberry #E05075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 53.21%
G = 19%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05075 (or 0xE05075) is known color: Cranberry. HEX triplet: E0, 50 and 75. RGB value is (224,80,117). Sum of RGB (Red+Green+Blue) = 224+80+117=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05075 is #1FAF8A. Grayscale: #7F7F7F. Windows color (decimal): -2076555 or 7688416. OLE color: 7688416.

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

Color convert

RGB 224 80 117 -
CMYK 0 0.64 0.48 0.12
HSL 344.58º 0.7% 0.6% -
HSV(B) 344.58º 0.64% 0.88% -
XYZ 36.82 22.87 19.3 -
YUV 127.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 224 80 117 0 0.64 0.48 0.12 344.58 0.7 0.6
Hex E0 50 75 0 40 30 C 159 46 3C
Octal 340 120 165 0 100 60 14 531 106 74
Binary 11100000 1010000 1110101 0 1000000 110000 1100 101011001 1000110 111100

Color Harmonies of #E05075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05075

Black with #E05075

Text Example


Text Example

White with #E05075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05075; }

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

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

background-color css

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

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

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

border-color css

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

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

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