Html Css Color HEX #E94D92 French Rose

📋 copy color: '#E94D92'

red 233 ◦ green 77 ◦ blue 146

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

Shades of French Rose #E94D92

Tints of French Rose #E94D92

RGB

 RED value IS 233 (91.41% from 255) = 51.1%

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

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

R = 51.1%
G = 16.89%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E94D92 (or 0xE94D92) is known color: French Rose. HEX triplet: E9, 4D and 92. RGB value is (233,77,146). Sum of RGB (Red+Green+Blue) = 233+77+146=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D92 is #16B26D. Grayscale: #838383. Windows color (decimal): -1487470 or 9588201. OLE color: 9588201.

HSL color Cylindrical-coordinate representation of color #E94D92: hue angle of 333.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D92 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 146 -
CMYK 0 0.67 0.37 0.09
HSL 333.46º 0.78% 0.61% -
HSV(B) 333.46º 0.67% 0.91% -
XYZ 41.45 24.71 29.78 -
YUV 131.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 233 77 146 0 0.67 0.37 0.09 333.46 0.78 0.61
Hex E9 4D 92 0 43 25 9 14D 4E 3D
Octal 351 115 222 0 103 45 11 515 116 75
Binary 11101001 1001101 10010010 0 1000011 100101 1001 101001101 1001110 111101

Color Harmonies of #E94D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D92

Black with #E94D92

Text Example


Text Example

White with #E94D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D92; }

 p { color: rgb(233,77,146); }

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

background-color css

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

 a { background-color: rgb(233,77,146); }

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

border-color css

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

 span { border-color: rgb(233,77,146); }

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