Html Css Color HEX #E25299 French Rose

📋 copy color: '#E25299'

red 226 ◦ green 82 ◦ blue 153

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

Shades of French Rose #E25299

Tints of French Rose #E25299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.79%

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

R = 49.02%
G = 17.79%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E25299 (or 0xE25299) is known color: French Rose. HEX triplet: E2, 52 and 99. RGB value is (226,82,153). Sum of RGB (Red+Green+Blue) = 226+82+153=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E25299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25299 is #1DAD66. Grayscale: #858585. Windows color (decimal): -1944935 or 10048226. OLE color: 10048226.

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

Color convert

RGB 226 82 153 -
CMYK 0 0.64 0.32 0.11
HSL 330.42º 0.71% 0.6% -
HSV(B) 330.42º 0.64% 0.89% -
XYZ 40.13 24.5 32.75 -
YUV 133.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 226 82 153 0 0.64 0.32 0.11 330.42 0.71 0.6
Hex E2 52 99 0 40 20 B 14A 47 3C
Octal 342 122 231 0 100 40 13 512 107 74
Binary 11100010 1010010 10011001 0 1000000 100000 1011 101001010 1000111 111100

Color Harmonies of #E25299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25299

Black with #E25299

Text Example


Text Example

White with #E25299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25299; }

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

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

background-color css

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

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

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

border-color css

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

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

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