Html Css Color HEX #E0509A French Rose

📋 copy color: '#E0509A'

red 224 ◦ green 80 ◦ blue 154

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

Shades of French Rose #E0509A

Tints of French Rose #E0509A

RGB

 RED value IS 224 (87.89% from 255) = 48.91%

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

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 48.91%
G = 17.47%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0509A (or 0xE0509A) is known color: French Rose. HEX triplet: E0, 50 and 9A. RGB value is (224,80,154). Sum of RGB (Red+Green+Blue) = 224+80+154=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0509A is #1FAF65. Grayscale: #838383. Windows color (decimal): -2076518 or 10113248. OLE color: 10113248.

HSL color Cylindrical-coordinate representation of color #E0509A: hue angle of 329.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0509A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 154 -
CMYK 0 0.64 0.31 0.12
HSL 329.17º 0.7% 0.6% -
HSV(B) 329.17º 0.64% 0.88% -
XYZ 39.44 23.92 33.11 -
YUV 131.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 224 80 154 0 0.64 0.31 0.12 329.17 0.7 0.6
Hex E0 50 9A 0 40 1F C 149 46 3C
Octal 340 120 232 0 100 37 14 511 106 74
Binary 11100000 1010000 10011010 0 1000000 11111 1100 101001001 1000110 111100

Color Harmonies of #E0509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0509A

Black with #E0509A

Text Example


Text Example

White with #E0509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0509A; }

 p { color: rgb(224,80,154); }

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

background-color css

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

 a { background-color: rgb(224,80,154); }

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

border-color css

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

 span { border-color: rgb(224,80,154); }

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