Html Css Color HEX #E65299 French Rose

📋 copy color: '#E65299'

red 230 ◦ green 82 ◦ blue 153

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

Shades of French Rose #E65299

Tints of French Rose #E65299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.63%

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

R = 49.46%
G = 17.63%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E65299 (or 0xE65299) is known color: French Rose. HEX triplet: E6, 52 and 99. RGB value is (230,82,153). Sum of RGB (Red+Green+Blue) = 230+82+153=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E65299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65299 is #19AD66. Grayscale: #868686. Windows color (decimal): -1682791 or 10048230. OLE color: 10048230.

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

Color convert

RGB 230 82 153 -
CMYK 0 0.64 0.33 0.10
HSL 331.22º 0.75% 0.61% -
HSV(B) 331.22º 0.64% 0.9% -
XYZ 41.4 25.16 32.81 -
YUV 134.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 230 82 153 0 0.64 0.33 0.10 331.22 0.75 0.61
Hex E6 52 99 0 40 21 A 14B 4B 3D
Octal 346 122 231 0 100 41 12 513 113 75
Binary 11100110 1010010 10011001 0 1000000 100001 1010 101001011 1001011 111101

Color Harmonies of #E65299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65299

Black with #E65299

Text Example


Text Example

White with #E65299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65299; }

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

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

background-color css

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

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

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

border-color css

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

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

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