Html Css Color HEX #E05A6D Cranberry

📋 copy color: '#E05A6D'

red 224 ◦ green 90 ◦ blue 109

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

Shades of Cranberry #E05A6D

Tints of Cranberry #E05A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 52.96%
G = 21.28%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E05A6D (or 0xE05A6D) is known color: Cranberry. HEX triplet: E0, 5A and 6D. RGB value is (224,90,109). Sum of RGB (Red+Green+Blue) = 224+90+109=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A6D is #1FA592. Grayscale: #848484. Windows color (decimal): -2074003 or 7166688. OLE color: 7166688.

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

Color convert

RGB 224 90 109 -
CMYK 0 0.60 0.51 0.12
HSL 351.49º 0.68% 0.62% -
HSV(B) 351.49º 0.6% 0.88% -
XYZ 37.16 24.26 17.19 -
YUV 132.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 224 90 109 0 0.60 0.51 0.12 351.49 0.68 0.62
Hex E0 5A 6D 0 3C 33 C 15F 44 3E
Octal 340 132 155 0 74 63 14 537 104 76
Binary 11100000 1011010 1101101 0 111100 110011 1100 101011111 1000100 111110

Color Harmonies of #E05A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A6D

Black with #E05A6D

Text Example


Text Example

White with #E05A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A6D; }

 p { color: rgb(224,90,109); }

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

background-color css

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

 a { background-color: rgb(224,90,109); }

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

border-color css

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

 span { border-color: rgb(224,90,109); }

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