Html Css Color HEX #E05375 Cranberry

📋 copy color: '#E05375'

red 224 ◦ green 83 ◦ blue 117

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

Shades of Cranberry #E05375

Tints of Cranberry #E05375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

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

R = 52.83%
G = 19.58%
B = 27.59%

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

#E05375 (or 0xE05375) is known color: Cranberry. HEX triplet: E0, 53 and 75. RGB value is (224,83,117). Sum of RGB (Red+Green+Blue) = 224+83+117=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05375 is #1FAC8A. Grayscale: #818181. Windows color (decimal): -2075787 or 7689184. OLE color: 7689184.

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

Color convert

RGB 224 83 117 -
CMYK 0 0.63 0.48 0.12
HSL 345.53º 0.69% 0.6% -
HSV(B) 345.53º 0.63% 0.88% -
XYZ 37.04 23.32 19.38 -
YUV 129.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 224 83 117 0 0.63 0.48 0.12 345.53 0.69 0.6
Hex E0 53 75 0 3F 30 C 15A 45 3C
Octal 340 123 165 0 77 60 14 532 105 74
Binary 11100000 1010011 1110101 0 111111 110000 1100 101011010 1000101 111100

Color Harmonies of #E05375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05375

Black with #E05375

Text Example


Text Example

White with #E05375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05375; }

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

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

background-color css

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

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

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

border-color css

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

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

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