Html Css Color HEX #E7509B French Rose

📋 copy color: '#E7509B'

red 231 ◦ green 80 ◦ blue 155

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

Shades of French Rose #E7509B

Tints of French Rose #E7509B

RGB

 RED value IS 231 (90.63% from 255) = 49.57%

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 49.57%
G = 17.17%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7509B (or 0xE7509B) is known color: French Rose. HEX triplet: E7, 50 and 9B. RGB value is (231,80,155). Sum of RGB (Red+Green+Blue) = 231+80+155=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7509B is #18AF64. Grayscale: #858585. Windows color (decimal): -1617765 or 10178791. OLE color: 10178791.

HSL color Cylindrical-coordinate representation of color #E7509B: hue angle of 330.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7509B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 155 -
CMYK 0 0.65 0.33 0.09
HSL 330.2º 0.76% 0.61% -
HSV(B) 330.2º 0.65% 0.91% -
XYZ 41.74 25.09 33.65 -
YUV 133.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 231 80 155 0 0.65 0.33 0.09 330.2 0.76 0.61
Hex E7 50 9B 0 41 21 9 14A 4C 3D
Octal 347 120 233 0 101 41 11 512 114 75
Binary 11100111 1010000 10011011 0 1000001 100001 1001 101001010 1001100 111101

Color Harmonies of #E7509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7509B

Black with #E7509B

Text Example


Text Example

White with #E7509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7509B; }

 p { color: rgb(231,80,155); }

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

background-color css

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

 a { background-color: rgb(231,80,155); }

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

border-color css

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

 span { border-color: rgb(231,80,155); }

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