Html Css Color HEX #E65495 French Rose

📋 copy color: '#E65495'

red 230 ◦ green 84 ◦ blue 149

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

Shades of French Rose #E65495

Tints of French Rose #E65495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 49.68%
G = 18.14%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E65495 (or 0xE65495) is known color: French Rose. HEX triplet: E6, 54 and 95. RGB value is (230,84,149). Sum of RGB (Red+Green+Blue) = 230+84+149=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65495 is #19AB6A. Grayscale: #868686. Windows color (decimal): -1682283 or 9786598. OLE color: 9786598.

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

Color convert

RGB 230 84 149 -
CMYK 0 0.63 0.35 0.10
HSL 333.29º 0.74% 0.62% -
HSV(B) 333.29º 0.63% 0.9% -
XYZ 41.23 25.33 31.15 -
YUV 135.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 230 84 149 0 0.63 0.35 0.10 333.29 0.74 0.62
Hex E6 54 95 0 3F 23 A 14D 4A 3E
Octal 346 124 225 0 77 43 12 515 112 76
Binary 11100110 1010100 10010101 0 111111 100011 1010 101001101 1001010 111110

Color Harmonies of #E65495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65495

Black with #E65495

Text Example


Text Example

White with #E65495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65495; }

 p { color: rgb(230,84,149); }

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

background-color css

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

 a { background-color: rgb(230,84,149); }

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

border-color css

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

 span { border-color: rgb(230,84,149); }

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