Html Css Color HEX #E05975 Cranberry

📋 copy color: '#E05975'

red 224 ◦ green 89 ◦ blue 117

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

Shades of Cranberry #E05975

Tints of Cranberry #E05975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

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

R = 52.09%
G = 20.7%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05975 (or 0xE05975) is known color: Cranberry. HEX triplet: E0, 59 and 75. RGB value is (224,89,117). Sum of RGB (Red+Green+Blue) = 224+89+117=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E05975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05975 is #1FA68A. Grayscale: #848484. Windows color (decimal): -2074251 or 7690720. OLE color: 7690720.

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

Color convert

RGB 224 89 117 -
CMYK 0 0.60 0.48 0.12
HSL 347.56º 0.69% 0.61% -
HSV(B) 347.56º 0.6% 0.88% -
XYZ 37.52 24.28 19.54 -
YUV 132.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 224 89 117 0 0.60 0.48 0.12 347.56 0.69 0.61
Hex E0 59 75 0 3C 30 C 15C 45 3D
Octal 340 131 165 0 74 60 14 534 105 75
Binary 11100000 1011001 1110101 0 111100 110000 1100 101011100 1000101 111101

Color Harmonies of #E05975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05975

Black with #E05975

Text Example


Text Example

White with #E05975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05975; }

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

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

background-color css

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

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

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

border-color css

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

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

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