Html Css Color HEX #E04569 Cranberry

📋 copy color: '#E04569'

red 224 ◦ green 69 ◦ blue 105

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

Shades of Cranberry #E04569

Tints of Cranberry #E04569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

 BLUE value IS 105 (41.41% from 255) = 26.38%

R = 56.28%
G = 17.34%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E04569 (or 0xE04569) is known color: Cranberry. HEX triplet: E0, 45 and 69. RGB value is (224,69,105). Sum of RGB (Red+Green+Blue) = 224+69+105=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E04569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04569 is #1FBA96. Grayscale: #777777. Windows color (decimal): -2079383 or 6899168. OLE color: 6899168.

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

Color convert

RGB 224 69 105 -
CMYK 0 0.69 0.53 0.12
HSL 346.06º 0.71% 0.57% -
HSV(B) 346.06º 0.69% 0.88% -
XYZ 35.42 21.12 15.58 -
YUV 119.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 224 69 105 0 0.69 0.53 0.12 346.06 0.71 0.57
Hex E0 45 69 0 45 35 C 15A 47 39
Octal 340 105 151 0 105 65 14 532 107 71
Binary 11100000 1000101 1101001 0 1000101 110101 1100 101011010 1000111 111001

Color Harmonies of #E04569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04569

Black with #E04569

Text Example


Text Example

White with #E04569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04569; }

 p { color: rgb(224,69,105); }

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

background-color css

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

 a { background-color: rgb(224,69,105); }

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

border-color css

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

 span { border-color: rgb(224,69,105); }

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