Html Css Color HEX #E25296 French Rose

📋 copy color: '#E25296'

red 226 ◦ green 82 ◦ blue 150

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

Shades of French Rose #E25296

Tints of French Rose #E25296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 49.34%
G = 17.9%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E25296 (or 0xE25296) is known color: French Rose. HEX triplet: E2, 52 and 96. RGB value is (226,82,150). Sum of RGB (Red+Green+Blue) = 226+82+150=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E25296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25296 is #1DAD69. Grayscale: #848484. Windows color (decimal): -1944938 or 9851618. OLE color: 9851618.

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

Color convert

RGB 226 82 150 -
CMYK 0 0.64 0.34 0.11
HSL 331.67º 0.71% 0.6% -
HSV(B) 331.67º 0.64% 0.89% -
XYZ 39.89 24.41 31.46 -
YUV 132.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 226 82 150 0 0.64 0.34 0.11 331.67 0.71 0.6
Hex E2 52 96 0 40 22 B 14C 47 3C
Octal 342 122 226 0 100 42 13 514 107 74
Binary 11100010 1010010 10010110 0 1000000 100010 1011 101001100 1000111 111100

Color Harmonies of #E25296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25296

Black with #E25296

Text Example


Text Example

White with #E25296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25296; }

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

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

background-color css

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

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

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

border-color css

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

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

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