Html Css Color HEX #E64F99 French Rose

📋 copy color: '#E64F99'

red 230 ◦ green 79 ◦ blue 153

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

Shades of French Rose #E64F99

Tints of French Rose #E64F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 49.78%
G = 17.1%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E64F99 (or 0xE64F99) is known color: French Rose. HEX triplet: E6, 4F and 99. RGB value is (230,79,153). Sum of RGB (Red+Green+Blue) = 230+79+153=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F99 is #19B066. Grayscale: #848484. Windows color (decimal): -1683559 or 10047462. OLE color: 10047462.

HSL color Cylindrical-coordinate representation of color #E64F99: hue angle of 330.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F99 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 79 153 -
CMYK 0 0.66 0.33 0.10
HSL 330.6º 0.75% 0.61% -
HSV(B) 330.6º 0.66% 0.9% -
XYZ 41.18 24.71 32.74 -
YUV 132.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 230 79 153 0 0.66 0.33 0.10 330.6 0.75 0.61
Hex E6 4F 99 0 42 21 A 14B 4B 3D
Octal 346 117 231 0 102 41 12 513 113 75
Binary 11100110 1001111 10011001 0 1000010 100001 1010 101001011 1001011 111101

Color Harmonies of #E64F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F99

Black with #E64F99

Text Example


Text Example

White with #E64F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F99; }

 p { color: rgb(230,79,153); }

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

background-color css

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

 a { background-color: rgb(230,79,153); }

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

border-color css

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

 span { border-color: rgb(230,79,153); }

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