Html Css Color HEX #E64973 Cranberry

📋 copy color: '#E64973'

red 230 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #E64973

Tints of Cranberry #E64973

RGB

 RED value IS 230 (90.23% from 255) = 55.02%

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 55.02%
G = 17.46%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E64973 (or 0xE64973) is known color: Cranberry. HEX triplet: E6, 49 and 73. RGB value is (230,73,115). Sum of RGB (Red+Green+Blue) = 230+73+115=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E64973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64973 is #19B68C. Grayscale: #7C7C7C. Windows color (decimal): -1685133 or 7555558. OLE color: 7555558.

HSL color Cylindrical-coordinate representation of color #E64973: hue angle of 343.95º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64973 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 115 -
CMYK 0 0.68 0.5 0.10
HSL 343.95º 0.76% 0.59% -
HSV(B) 343.95º 0.68% 0.9% -
XYZ 38.11 22.83 18.62 -
YUV 124.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 230 73 115 0 0.68 0.5 0.10 343.95 0.76 0.59
Hex E6 49 73 0 44 32 A 158 4C 3B
Octal 346 111 163 0 104 62 12 530 114 73
Binary 11100110 1001001 1110011 0 1000100 110010 1010 101011000 1001100 111011

Color Harmonies of #E64973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64973

Black with #E64973

Text Example


Text Example

White with #E64973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64973; }

 p { color: rgb(230,73,115); }

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

background-color css

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

 a { background-color: rgb(230,73,115); }

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

border-color css

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

 span { border-color: rgb(230,73,115); }

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