Html Css Color HEX #E05875 Cranberry

📋 copy color: '#E05875'

red 224 ◦ green 88 ◦ blue 117

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

Shades of Cranberry #E05875

Tints of Cranberry #E05875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.51%

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

R = 52.21%
G = 20.51%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05875 (or 0xE05875) is known color: Cranberry. HEX triplet: E0, 58 and 75. RGB value is (224,88,117). Sum of RGB (Red+Green+Blue) = 224+88+117=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E05875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05875 is #1FA78A. Grayscale: #838383. Windows color (decimal): -2074507 or 7690464. OLE color: 7690464.

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

Color convert

RGB 224 88 117 -
CMYK 0 0.61 0.48 0.12
HSL 347.21º 0.69% 0.61% -
HSV(B) 347.21º 0.61% 0.88% -
XYZ 37.44 24.11 19.51 -
YUV 131.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 224 88 117 0 0.61 0.48 0.12 347.21 0.69 0.61
Hex E0 58 75 0 3D 30 C 15B 45 3D
Octal 340 130 165 0 75 60 14 533 105 75
Binary 11100000 1011000 1110101 0 111101 110000 1100 101011011 1000101 111101

Color Harmonies of #E05875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05875

Black with #E05875

Text Example


Text Example

White with #E05875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05875; }

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

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

background-color css

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

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

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

border-color css

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

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

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