Html Css Color HEX #E65199 French Rose

📋 copy color: '#E65199'

red 230 ◦ green 81 ◦ blue 153

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

Shades of French Rose #E65199

Tints of French Rose #E65199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 49.57%
G = 17.46%
B = 32.97%

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

#E65199 (or 0xE65199) is known color: French Rose. HEX triplet: E6, 51 and 99. RGB value is (230,81,153). Sum of RGB (Red+Green+Blue) = 230+81+153=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E65199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65199 is #19AE66. Grayscale: #858585. Windows color (decimal): -1683047 or 10047974. OLE color: 10047974.

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

Color convert

RGB 230 81 153 -
CMYK 0 0.65 0.33 0.10
HSL 331.01º 0.75% 0.61% -
HSV(B) 331.01º 0.65% 0.9% -
XYZ 41.33 25.01 32.79 -
YUV 133.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 230 81 153 0 0.65 0.33 0.10 331.01 0.75 0.61
Hex E6 51 99 0 41 21 A 14B 4B 3D
Octal 346 121 231 0 101 41 12 513 113 75
Binary 11100110 1010001 10011001 0 1000001 100001 1010 101001011 1001011 111101

Color Harmonies of #E65199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65199

Black with #E65199

Text Example


Text Example

White with #E65199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65199; }

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

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

background-color css

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

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

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

border-color css

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

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

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