Html Css Color HEX #E64793 French Rose

📋 copy color: '#E64793'

red 230 ◦ green 71 ◦ blue 147

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

Shades of French Rose #E64793

Tints of French Rose #E64793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

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

R = 51.34%
G = 15.85%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E64793 (or 0xE64793) is known color: French Rose. HEX triplet: E6, 47 and 93. RGB value is (230,71,147). Sum of RGB (Red+Green+Blue) = 230+71+147=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64793 is #19B86C. Grayscale: #7F7F7F. Windows color (decimal): -1685613 or 9652198. OLE color: 9652198.

HSL color Cylindrical-coordinate representation of color #E64793: hue angle of 331.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64793 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 147 -
CMYK 0 0.69 0.36 0.10
HSL 331.32º 0.76% 0.59% -
HSV(B) 331.32º 0.69% 0.9% -
XYZ 40.15 23.44 30.01 -
YUV 127.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 230 71 147 0 0.69 0.36 0.10 331.32 0.76 0.59
Hex E6 47 93 0 45 24 A 14B 4C 3B
Octal 346 107 223 0 105 44 12 513 114 73
Binary 11100110 1000111 10010011 0 1000101 100100 1010 101001011 1001100 111011

Color Harmonies of #E64793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64793

Black with #E64793

Text Example


Text Example

White with #E64793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64793; }

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

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

background-color css

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

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

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

border-color css

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

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

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