Html Css Color HEX #E25099 French Rose

📋 copy color: '#E25099'

red 226 ◦ green 80 ◦ blue 153

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

Shades of French Rose #E25099

Tints of French Rose #E25099

RGB

 RED value IS 226 (88.67% from 255) = 49.24%

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

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

R = 49.24%
G = 17.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E25099 (or 0xE25099) is known color: French Rose. HEX triplet: E2, 50 and 99. RGB value is (226,80,153). Sum of RGB (Red+Green+Blue) = 226+80+153=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25099 is #1DAF66. Grayscale: #838383. Windows color (decimal): -1945447 or 10047714. OLE color: 10047714.

HSL color Cylindrical-coordinate representation of color #E25099: hue angle of 330º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25099 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 153 -
CMYK 0 0.65 0.32 0.11
HSL 330º 0.72% 0.6% -
HSV(B) 330º 0.65% 0.89% -
XYZ 39.98 24.21 32.7 -
YUV 131.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 226 80 153 0 0.65 0.32 0.11 330 0.72 0.6
Hex E2 50 99 0 41 20 B 14A 48 3C
Octal 342 120 231 0 101 40 13 512 110 74
Binary 11100010 1010000 10011001 0 1000001 100000 1011 101001010 1001000 111100

Color Harmonies of #E25099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25099

Black with #E25099

Text Example


Text Example

White with #E25099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25099; }

 p { color: rgb(226,80,153); }

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

background-color css

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

 a { background-color: rgb(226,80,153); }

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

border-color css

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

 span { border-color: rgb(226,80,153); }

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