Html Css Color HEX #E05478 Cranberry

📋 copy color: '#E05478'

red 224 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #E05478

Tints of Cranberry #E05478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 52.34%
G = 19.63%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05478 (or 0xE05478) is known color: Cranberry. HEX triplet: E0, 54 and 78. RGB value is (224,84,120). Sum of RGB (Red+Green+Blue) = 224+84+120=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05478 is #1FAB87. Grayscale: #818181. Windows color (decimal): -2075528 or 7886048. OLE color: 7886048.

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

Color convert

RGB 224 84 120 -
CMYK 0 0.62 0.46 0.12
HSL 344.57º 0.69% 0.6% -
HSV(B) 344.57º 0.63% 0.88% -
XYZ 37.3 23.54 20.35 -
YUV 129.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 224 84 120 0 0.62 0.46 0.12 344.57 0.69 0.6
Hex E0 54 78 0 3E 2E C 159 45 3C
Octal 340 124 170 0 76 56 14 531 105 74
Binary 11100000 1010100 1111000 0 111110 101110 1100 101011001 1000101 111100

Color Harmonies of #E05478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05478

Black with #E05478

Text Example


Text Example

White with #E05478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05478; }

 p { color: rgb(224,84,120); }

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

background-color css

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

 a { background-color: rgb(224,84,120); }

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

border-color css

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

 span { border-color: rgb(224,84,120); }

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