Html Css Color HEX #E94A9A French Rose

📋 copy color: '#E94A9A'

red 233 ◦ green 74 ◦ blue 154

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

Shades of French Rose #E94A9A

Tints of French Rose #E94A9A

RGB

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

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

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

R = 50.54%
G = 16.05%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E94A9A (or 0xE94A9A) is known color: French Rose. HEX triplet: E9, 4A and 9A. RGB value is (233,74,154). Sum of RGB (Red+Green+Blue) = 233+74+154=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A9A is #16B565. Grayscale: #828282. Windows color (decimal): -1488230 or 10111721. OLE color: 10111721.

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

Color convert

RGB 233 74 154 -
CMYK 0 0.68 0.34 0.09
HSL 329.81º 0.78% 0.6% -
HSV(B) 329.81º 0.68% 0.91% -
XYZ 41.89 24.55 33.1 -
YUV 130.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 233 74 154 0 0.68 0.34 0.09 329.81 0.78 0.6
Hex E9 4A 9A 0 44 22 9 14A 4E 3C
Octal 351 112 232 0 104 42 11 512 116 74
Binary 11101001 1001010 10011010 0 1000100 100010 1001 101001010 1001110 111100

Color Harmonies of #E94A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A9A

Black with #E94A9A

Text Example


Text Example

White with #E94A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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