Html Css Color HEX #E05A6E Cranberry

📋 copy color: '#E05A6E'

red 224 ◦ green 90 ◦ blue 110

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

Shades of Cranberry #E05A6E

Tints of Cranberry #E05A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 52.83%
G = 21.23%
B = 25.94%

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

#E05A6E (or 0xE05A6E) is known color: Cranberry. HEX triplet: E0, 5A and 6E. RGB value is (224,90,110). Sum of RGB (Red+Green+Blue) = 224+90+110=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A6E is #1FA591. Grayscale: #848484. Windows color (decimal): -2074002 or 7232224. OLE color: 7232224.

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

Color convert

RGB 224 90 110 -
CMYK 0 0.60 0.51 0.12
HSL 351.04º 0.68% 0.62% -
HSV(B) 351.04º 0.6% 0.88% -
XYZ 37.21 24.29 17.48 -
YUV 132.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 224 90 110 0 0.60 0.51 0.12 351.04 0.68 0.62
Hex E0 5A 6E 0 3C 33 C 15F 44 3E
Octal 340 132 156 0 74 63 14 537 104 76
Binary 11100000 1011010 1101110 0 111100 110011 1100 101011111 1000100 111110

Color Harmonies of #E05A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A6E

Black with #E05A6E

Text Example


Text Example

White with #E05A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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