Html Css Color HEX #E64995 French Rose

📋 copy color: '#E64995'

red 230 ◦ green 73 ◦ blue 149

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

Shades of French Rose #E64995

Tints of French Rose #E64995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 50.88%
G = 16.15%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E64995 (or 0xE64995) is known color: French Rose. HEX triplet: E6, 49 and 95. RGB value is (230,73,149). Sum of RGB (Red+Green+Blue) = 230+73+149=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E64995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64995 is #19B66A. Grayscale: #808080. Windows color (decimal): -1685099 or 9783782. OLE color: 9783782.

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

Color convert

RGB 230 73 149 -
CMYK 0 0.68 0.35 0.10
HSL 330.96º 0.76% 0.59% -
HSV(B) 330.96º 0.68% 0.9% -
XYZ 40.44 23.76 30.89 -
YUV 128.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 230 73 149 0 0.68 0.35 0.10 330.96 0.76 0.59
Hex E6 49 95 0 44 23 A 14B 4C 3B
Octal 346 111 225 0 104 43 12 513 114 73
Binary 11100110 1001001 10010101 0 1000100 100011 1010 101001011 1001100 111011

Color Harmonies of #E64995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64995

Black with #E64995

Text Example


Text Example

White with #E64995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64995; }

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

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

background-color css

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

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

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

border-color css

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

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

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