Html Css Color HEX #E25599 French Rose

📋 copy color: '#E25599'

red 226 ◦ green 85 ◦ blue 153

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

Shades of French Rose #E25599

Tints of French Rose #E25599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 48.71%
G = 18.32%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E25599 (or 0xE25599) is known color: French Rose. HEX triplet: E2, 55 and 99. RGB value is (226,85,153). Sum of RGB (Red+Green+Blue) = 226+85+153=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E25599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25599 is #1DAA66. Grayscale: #868686. Windows color (decimal): -1944167 or 10048994. OLE color: 10048994.

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

Color convert

RGB 226 85 153 -
CMYK 0 0.62 0.32 0.11
HSL 331.06º 0.71% 0.61% -
HSV(B) 331.06º 0.62% 0.89% -
XYZ 40.36 24.97 32.83 -
YUV 134.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 226 85 153 0 0.62 0.32 0.11 331.06 0.71 0.61
Hex E2 55 99 0 3E 20 B 14B 47 3D
Octal 342 125 231 0 76 40 13 513 107 75
Binary 11100010 1010101 10011001 0 111110 100000 1011 101001011 1000111 111101

Color Harmonies of #E25599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25599

Black with #E25599

Text Example


Text Example

White with #E25599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25599; }

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

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

background-color css

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

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

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

border-color css

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

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

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