Html Css Color HEX #E05374 Cranberry

📋 copy color: '#E05374'

red 224 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #E05374

Tints of Cranberry #E05374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 52.96%
G = 19.62%
B = 27.42%

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

#E05374 (or 0xE05374) is known color: Cranberry. HEX triplet: E0, 53 and 74. RGB value is (224,83,116). Sum of RGB (Red+Green+Blue) = 224+83+116=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05374 is #1FAC8B. Grayscale: #808080. Windows color (decimal): -2075788 or 7623648. OLE color: 7623648.

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

Color convert

RGB 224 83 116 -
CMYK 0 0.63 0.48 0.12
HSL 345.96º 0.69% 0.6% -
HSV(B) 345.96º 0.63% 0.88% -
XYZ 36.99 23.29 19.07 -
YUV 128.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 224 83 116 0 0.63 0.48 0.12 345.96 0.69 0.6
Hex E0 53 74 0 3F 30 C 15A 45 3C
Octal 340 123 164 0 77 60 14 532 105 74
Binary 11100000 1010011 1110100 0 111111 110000 1100 101011010 1000101 111100

Color Harmonies of #E05374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05374

Black with #E05374

Text Example


Text Example

White with #E05374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05374; }

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

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

background-color css

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

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

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

border-color css

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

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

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