Html Css Color HEX #E94D9A French Rose

📋 copy color: '#E94D9A'

red 233 ◦ green 77 ◦ blue 154

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

Shades of French Rose #E94D9A

Tints of French Rose #E94D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 50.22%
G = 16.59%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E94D9A (or 0xE94D9A) is known color: French Rose. HEX triplet: E9, 4D and 9A. RGB value is (233,77,154). Sum of RGB (Red+Green+Blue) = 233+77+154=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D9A is #16B265. Grayscale: #848484. Windows color (decimal): -1487462 or 10112489. OLE color: 10112489.

HSL color Cylindrical-coordinate representation of color #E94D9A: hue angle of 330.38º 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 #E94D9A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 154 -
CMYK 0 0.67 0.34 0.09
HSL 330.38º 0.78% 0.61% -
HSV(B) 330.38º 0.67% 0.91% -
XYZ 42.09 24.96 33.17 -
YUV 132.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 233 77 154 0 0.67 0.34 0.09 330.38 0.78 0.61
Hex E9 4D 9A 0 43 22 9 14A 4E 3D
Octal 351 115 232 0 103 42 11 512 116 75
Binary 11101001 1001101 10011010 0 1000011 100010 1001 101001010 1001110 111101

Color Harmonies of #E94D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D9A

Black with #E94D9A

Text Example


Text Example

White with #E94D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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