Html Css Color HEX #E64990 French Rose

📋 copy color: '#E64990'

red 230 ◦ green 73 ◦ blue 144

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

Shades of French Rose #E64990

Tints of French Rose #E64990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 51.45%
G = 16.33%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E64990 (or 0xE64990) is known color: French Rose. HEX triplet: E6, 49 and 90. RGB value is (230,73,144). Sum of RGB (Red+Green+Blue) = 230+73+144=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E64990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64990 is #19B66F. Grayscale: #7F7F7F. Windows color (decimal): -1685104 or 9456102. OLE color: 9456102.

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

Color convert

RGB 230 73 144 -
CMYK 0 0.68 0.37 0.10
HSL 332.87º 0.76% 0.59% -
HSV(B) 332.87º 0.68% 0.9% -
XYZ 40.05 23.6 28.83 -
YUV 128.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 230 73 144 0 0.68 0.37 0.10 332.87 0.76 0.59
Hex E6 49 90 0 44 25 A 14D 4C 3B
Octal 346 111 220 0 104 45 12 515 114 73
Binary 11100110 1001001 10010000 0 1000100 100101 1010 101001101 1001100 111011

Color Harmonies of #E64990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64990

Black with #E64990

Text Example


Text Example

White with #E64990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64990; }

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

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

background-color css

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

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

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

border-color css

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

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

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