Html Css Color HEX #E24D9B French Rose

📋 copy color: '#E24D9B'

red 226 ◦ green 77 ◦ blue 155

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

Shades of French Rose #E24D9B

Tints of French Rose #E24D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 49.34%
G = 16.81%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E24D9B (or 0xE24D9B) is known color: French Rose. HEX triplet: E2, 4D and 9B. RGB value is (226,77,155). Sum of RGB (Red+Green+Blue) = 226+77+155=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24D9B is #1DB264. Grayscale: #828282. Windows color (decimal): -1946213 or 10178018. OLE color: 10178018.

HSL color Cylindrical-coordinate representation of color #E24D9B: hue angle of 328.59º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24D9B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 155 -
CMYK 0 0.66 0.31 0.11
HSL 328.59º 0.72% 0.59% -
HSV(B) 328.59º 0.66% 0.89% -
XYZ 39.93 23.84 33.51 -
YUV 130.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 226 77 155 0 0.66 0.31 0.11 328.59 0.72 0.59
Hex E2 4D 9B 0 42 1F B 149 48 3B
Octal 342 115 233 0 102 37 13 511 110 73
Binary 11100010 1001101 10011011 0 1000010 11111 1011 101001001 1001000 111011

Color Harmonies of #E24D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24D9B

Black with #E24D9B

Text Example


Text Example

White with #E24D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24D9B; }

 p { color: rgb(226,77,155); }

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

background-color css

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

 a { background-color: rgb(226,77,155); }

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

border-color css

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

 span { border-color: rgb(226,77,155); }

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