Html Css Color HEX #E24A92 French Rose

📋 copy color: '#E24A92'

red 226 ◦ green 74 ◦ blue 146

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

Shades of French Rose #E24A92

Tints of French Rose #E24A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 50.67%
G = 16.59%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E24A92 (or 0xE24A92) is known color: French Rose. HEX triplet: E2, 4A and 92. RGB value is (226,74,146). Sum of RGB (Red+Green+Blue) = 226+74+146=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24A92 is #1DB56D. Grayscale: #7F7F7F. Windows color (decimal): -1946990 or 9587426. OLE color: 9587426.

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

Color convert

RGB 226 74 146 -
CMYK 0 0.67 0.35 0.11
HSL 331.58º 0.72% 0.59% -
HSV(B) 331.58º 0.67% 0.89% -
XYZ 39 23.14 29.61 -
YUV 127.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 226 74 146 0 0.67 0.35 0.11 331.58 0.72 0.59
Hex E2 4A 92 0 43 23 B 14C 48 3B
Octal 342 112 222 0 103 43 13 514 110 73
Binary 11100010 1001010 10010010 0 1000011 100011 1011 101001100 1001000 111011

Color Harmonies of #E24A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A92

Black with #E24A92

Text Example


Text Example

White with #E24A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A92; }

 p { color: rgb(226,74,146); }

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

background-color css

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

 a { background-color: rgb(226,74,146); }

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

border-color css

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

 span { border-color: rgb(226,74,146); }

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