Html Css Color HEX #E2489D French Rose

📋 copy color: '#E2489D'

red 226 ◦ green 72 ◦ blue 157

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

Shades of French Rose #E2489D

Tints of French Rose #E2489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 49.67%
G = 15.82%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2489D (or 0xE2489D) is known color: French Rose. HEX triplet: E2, 48 and 9D. RGB value is (226,72,157). Sum of RGB (Red+Green+Blue) = 226+72+157=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489D is #1DB762. Grayscale: #7F7F7F. Windows color (decimal): -1947491 or 10307810. OLE color: 10307810.

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

Color convert

RGB 226 72 157 -
CMYK 0 0.68 0.31 0.11
HSL 326.88º 0.73% 0.58% -
HSV(B) 326.88º 0.68% 0.89% -
XYZ 39.77 23.24 34.29 -
YUV 127.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 226 72 157 0 0.68 0.31 0.11 326.88 0.73 0.58
Hex E2 48 9D 0 44 1F B 147 49 3A
Octal 342 110 235 0 104 37 13 507 111 72
Binary 11100010 1001000 10011101 0 1000100 11111 1011 101000111 1001001 111010

Color Harmonies of #E2489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2489D

Black with #E2489D

Text Example


Text Example

White with #E2489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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