Html Css Color HEX #E24895 French Rose

📋 copy color: '#E24895'

red 226 ◦ green 72 ◦ blue 149

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

Shades of French Rose #E24895

Tints of French Rose #E24895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.11%

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 50.56%
G = 16.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E24895 (or 0xE24895) is known color: French Rose. HEX triplet: E2, 48 and 95. RGB value is (226,72,149). Sum of RGB (Red+Green+Blue) = 226+72+149=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E24895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24895 is #1DB76A. Grayscale: #7E7E7E. Windows color (decimal): -1947499 or 9783522. OLE color: 9783522.

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

Color convert

RGB 226 72 149 -
CMYK 0 0.68 0.34 0.11
HSL 330º 0.73% 0.58% -
HSV(B) 330º 0.68% 0.89% -
XYZ 39.11 22.97 30.81 -
YUV 126.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 226 72 149 0 0.68 0.34 0.11 330 0.73 0.58
Hex E2 48 95 0 44 22 B 14A 49 3A
Octal 342 110 225 0 104 42 13 512 111 72
Binary 11100010 1001000 10010101 0 1000100 100010 1011 101001010 1001001 111010

Color Harmonies of #E24895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24895

Black with #E24895

Text Example


Text Example

White with #E24895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24895; }

 p { color: rgb(226,72,149); }

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

background-color css

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

 a { background-color: rgb(226,72,149); }

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

border-color css

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

 span { border-color: rgb(226,72,149); }

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