Html Css Color HEX #E6519B French Rose

📋 copy color: '#E6519B'

red 230 ◦ green 81 ◦ blue 155

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

Shades of French Rose #E6519B

Tints of French Rose #E6519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 49.36%
G = 17.38%
B = 33.26%

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

#E6519B (or 0xE6519B) is known color: French Rose. HEX triplet: E6, 51 and 9B. RGB value is (230,81,155). Sum of RGB (Red+Green+Blue) = 230+81+155=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6519B is #19AE64. Grayscale: #858585. Windows color (decimal): -1683045 or 10179046. OLE color: 10179046.

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

Color convert

RGB 230 81 155 -
CMYK 0 0.65 0.33 0.10
HSL 330.2º 0.75% 0.61% -
HSV(B) 330.2º 0.65% 0.9% -
XYZ 41.49 25.07 33.66 -
YUV 133.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 230 81 155 0 0.65 0.33 0.10 330.2 0.75 0.61
Hex E6 51 9B 0 41 21 A 14A 4B 3D
Octal 346 121 233 0 101 41 12 512 113 75
Binary 11100110 1010001 10011011 0 1000001 100001 1010 101001010 1001011 111101

Color Harmonies of #E6519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6519B

Black with #E6519B

Text Example


Text Example

White with #E6519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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