Html Css Color HEX #E64993 French Rose

📋 copy color: '#E64993'

red 230 ◦ green 73 ◦ blue 147

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

Shades of French Rose #E64993

Tints of French Rose #E64993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 51.11%
G = 16.22%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E64993 (or 0xE64993) is known color: French Rose. HEX triplet: E6, 49 and 93. RGB value is (230,73,147). Sum of RGB (Red+Green+Blue) = 230+73+147=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E64993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64993 is #19B66C. Grayscale: #808080. Windows color (decimal): -1685101 or 9652710. OLE color: 9652710.

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

Color convert

RGB 230 73 147 -
CMYK 0 0.68 0.36 0.10
HSL 331.72º 0.76% 0.59% -
HSV(B) 331.72º 0.68% 0.9% -
XYZ 40.28 23.69 30.05 -
YUV 128.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 230 73 147 0 0.68 0.36 0.10 331.72 0.76 0.59
Hex E6 49 93 0 44 24 A 14C 4C 3B
Octal 346 111 223 0 104 44 12 514 114 73
Binary 11100110 1001001 10010011 0 1000100 100100 1010 101001100 1001100 111011

Color Harmonies of #E64993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64993

Black with #E64993

Text Example


Text Example

White with #E64993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64993; }

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

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

background-color css

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

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

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

border-color css

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

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

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