Html Css Color HEX #E84472 Cranberry

📋 copy color: '#E84472'

red 232 ◦ green 68 ◦ blue 114

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

Shades of Cranberry #E84472

Tints of Cranberry #E84472

RGB

 RED value IS 232 (91.02% from 255) = 56.04%

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 56.04%
G = 16.43%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E84472 (or 0xE84472) is known color: Cranberry. HEX triplet: E8, 44 and 72. RGB value is (232,68,114). Sum of RGB (Red+Green+Blue) = 232+68+114=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E84472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84472 is #17BB8D. Grayscale: #7A7A7A. Windows color (decimal): -1555342 or 7488744. OLE color: 7488744.

HSL color Cylindrical-coordinate representation of color #E84472: hue angle of 343.17º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84472 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 68 114 -
CMYK 0 0.71 0.51 0.09
HSL 343.17º 0.78% 0.59% -
HSV(B) 343.17º 0.71% 0.91% -
XYZ 38.38 22.5 18.24 -
YUV 122.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 232 68 114 0 0.71 0.51 0.09 343.17 0.78 0.59
Hex E8 44 72 0 47 33 9 157 4E 3B
Octal 350 104 162 0 107 63 11 527 116 73
Binary 11101000 1000100 1110010 0 1000111 110011 1001 101010111 1001110 111011

Color Harmonies of #E84472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84472

Black with #E84472

Text Example


Text Example

White with #E84472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84472; }

 p { color: rgb(232,68,114); }

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

background-color css

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

 a { background-color: rgb(232,68,114); }

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

border-color css

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

 span { border-color: rgb(232,68,114); }

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