Html Css Color HEX #E65099 French Rose

📋 copy color: '#E65099'

red 230 ◦ green 80 ◦ blue 153

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

Shades of French Rose #E65099

Tints of French Rose #E65099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 49.68%
G = 17.28%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E65099 (or 0xE65099) is known color: French Rose. HEX triplet: E6, 50 and 99. RGB value is (230,80,153). Sum of RGB (Red+Green+Blue) = 230+80+153=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65099 is #19AF66. Grayscale: #858585. Windows color (decimal): -1683303 or 10047718. OLE color: 10047718.

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

Color convert

RGB 230 80 153 -
CMYK 0 0.65 0.33 0.10
HSL 330.8º 0.75% 0.61% -
HSV(B) 330.8º 0.65% 0.9% -
XYZ 41.25 24.86 32.76 -
YUV 133.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 230 80 153 0 0.65 0.33 0.10 330.8 0.75 0.61
Hex E6 50 99 0 41 21 A 14B 4B 3D
Octal 346 120 231 0 101 41 12 513 113 75
Binary 11100110 1010000 10011001 0 1000001 100001 1010 101001011 1001011 111101

Color Harmonies of #E65099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65099

Black with #E65099

Text Example


Text Example

White with #E65099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65099; }

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

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

background-color css

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

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

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

border-color css

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

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

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