Html Css Color HEX #E65699 French Rose

📋 copy color: '#E65699'

red 230 ◦ green 86 ◦ blue 153

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

Shades of French Rose #E65699

Tints of French Rose #E65699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

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

R = 49.04%
G = 18.34%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E65699 (or 0xE65699) is known color: French Rose. HEX triplet: E6, 56 and 99. RGB value is (230,86,153). Sum of RGB (Red+Green+Blue) = 230+86+153=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E65699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65699 is #19A966. Grayscale: #888888. Windows color (decimal): -1681767 or 10049254. OLE color: 10049254.

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

Color convert

RGB 230 86 153 -
CMYK 0 0.63 0.33 0.10
HSL 332.08º 0.74% 0.62% -
HSV(B) 332.08º 0.63% 0.9% -
XYZ 41.71 25.78 32.91 -
YUV 136.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 230 86 153 0 0.63 0.33 0.10 332.08 0.74 0.62
Hex E6 56 99 0 3F 21 A 14C 4A 3E
Octal 346 126 231 0 77 41 12 514 112 76
Binary 11100110 1010110 10011001 0 111111 100001 1010 101001100 1001010 111110

Color Harmonies of #E65699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65699

Black with #E65699

Text Example


Text Example

White with #E65699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65699; }

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

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

background-color css

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

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

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

border-color css

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

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

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