Html Css Color HEX #E64975 Cranberry

📋 copy color: '#E64975'

red 230 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #E64975

Tints of Cranberry #E64975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 54.76%
G = 17.38%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E64975 (or 0xE64975) is known color: Cranberry. HEX triplet: E6, 49 and 75. RGB value is (230,73,117). Sum of RGB (Red+Green+Blue) = 230+73+117=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E64975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64975 is #19B68A. Grayscale: #7C7C7C. Windows color (decimal): -1685131 or 7686630. OLE color: 7686630.

HSL color Cylindrical-coordinate representation of color #E64975: hue angle of 343.18º 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 #E64975 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 117 -
CMYK 0 0.68 0.49 0.10
HSL 343.18º 0.76% 0.59% -
HSV(B) 343.18º 0.68% 0.9% -
XYZ 38.23 22.87 19.23 -
YUV 124.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 230 73 117 0 0.68 0.49 0.10 343.18 0.76 0.59
Hex E6 49 75 0 44 31 A 157 4C 3B
Octal 346 111 165 0 104 61 12 527 114 73
Binary 11100110 1001001 1110101 0 1000100 110001 1010 101010111 1001100 111011

Color Harmonies of #E64975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64975

Black with #E64975

Text Example


Text Example

White with #E64975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64975; }

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

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

background-color css

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

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

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

border-color css

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

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

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