Html Css Color HEX #E25297 French Rose

📋 copy color: '#E25297'

red 226 ◦ green 82 ◦ blue 151

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

Shades of French Rose #E25297

Tints of French Rose #E25297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 49.24%
G = 17.86%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E25297 (or 0xE25297) is known color: French Rose. HEX triplet: E2, 52 and 97. RGB value is (226,82,151). Sum of RGB (Red+Green+Blue) = 226+82+151=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25297 is #1DAD68. Grayscale: #848484. Windows color (decimal): -1944937 or 9917154. OLE color: 9917154.

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

Color convert

RGB 226 82 151 -
CMYK 0 0.64 0.33 0.11
HSL 331.25º 0.71% 0.6% -
HSV(B) 331.25º 0.64% 0.89% -
XYZ 39.97 24.44 31.89 -
YUV 132.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 226 82 151 0 0.64 0.33 0.11 331.25 0.71 0.6
Hex E2 52 97 0 40 21 B 14B 47 3C
Octal 342 122 227 0 100 41 13 513 107 74
Binary 11100010 1010010 10010111 0 1000000 100001 1011 101001011 1000111 111100

Color Harmonies of #E25297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25297

Black with #E25297

Text Example


Text Example

White with #E25297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25297; }

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

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

background-color css

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

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

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

border-color css

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

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

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