Html Css Color HEX #E64175 Cranberry

📋 copy color: '#E64175'

red 230 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #E64175

Tints of Cranberry #E64175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 55.83%
G = 15.78%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E64175 (or 0xE64175) is known color: Cranberry. HEX triplet: E6, 41 and 75. RGB value is (230,65,117). Sum of RGB (Red+Green+Blue) = 230+65+117=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E64175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64175 is #19BE8A. Grayscale: #787878. Windows color (decimal): -1687179 or 7684582. OLE color: 7684582.

HSL color Cylindrical-coordinate representation of color #E64175: hue angle of 341.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64175 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 65 117 -
CMYK 0 0.72 0.49 0.10
HSL 341.09º 0.77% 0.58% -
HSV(B) 341.09º 0.72% 0.9% -
XYZ 37.73 21.89 19.07 -
YUV 120.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 230 65 117 0 0.72 0.49 0.10 341.09 0.77 0.58
Hex E6 41 75 0 48 31 A 155 4D 3A
Octal 346 101 165 0 110 61 12 525 115 72
Binary 11100110 1000001 1110101 0 1001000 110001 1010 101010101 1001101 111010

Color Harmonies of #E64175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64175

Black with #E64175

Text Example


Text Example

White with #E64175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64175; }

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

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

background-color css

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

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

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

border-color css

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

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

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