Html Css Color HEX #E65197 French Rose

📋 copy color: '#E65197'

red 230 ◦ green 81 ◦ blue 151

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

Shades of French Rose #E65197

Tints of French Rose #E65197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.68%

R = 49.78%
G = 17.53%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E65197 (or 0xE65197) is known color: French Rose. HEX triplet: E6, 51 and 97. RGB value is (230,81,151). Sum of RGB (Red+Green+Blue) = 230+81+151=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65197 is #19AE68. Grayscale: #858585. Windows color (decimal): -1683049 or 9916902. OLE color: 9916902.

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

Color convert

RGB 230 81 151 -
CMYK 0 0.65 0.34 0.10
HSL 331.81º 0.75% 0.61% -
HSV(B) 331.81º 0.65% 0.9% -
XYZ 41.16 24.94 31.92 -
YUV 133.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 230 81 151 0 0.65 0.34 0.10 331.81 0.75 0.61
Hex E6 51 97 0 41 22 A 14C 4B 3D
Octal 346 121 227 0 101 42 12 514 113 75
Binary 11100110 1010001 10010111 0 1000001 100010 1010 101001100 1001011 111101

Color Harmonies of #E65197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65197

Black with #E65197

Text Example


Text Example

White with #E65197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65197; }

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

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

background-color css

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

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

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

border-color css

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

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

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