Html Css Color HEX #E94B9B French Rose

📋 copy color: '#E94B9B'

red 233 ◦ green 75 ◦ blue 155

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

Shades of French Rose #E94B9B

Tints of French Rose #E94B9B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 50.32%
G = 16.2%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E94B9B (or 0xE94B9B) is known color: French Rose. HEX triplet: E9, 4B and 9B. RGB value is (233,75,155). Sum of RGB (Red+Green+Blue) = 233+75+155=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B9B is #16B464. Grayscale: #838383. Windows color (decimal): -1487973 or 10177513. OLE color: 10177513.

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

Color convert

RGB 233 75 155 -
CMYK 0 0.68 0.33 0.09
HSL 329.62º 0.78% 0.6% -
HSV(B) 329.62º 0.68% 0.91% -
XYZ 42.04 24.72 33.57 -
YUV 131.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 233 75 155 0 0.68 0.33 0.09 329.62 0.78 0.6
Hex E9 4B 9B 0 44 21 9 14A 4E 3C
Octal 351 113 233 0 104 41 11 512 116 74
Binary 11101001 1001011 10011011 0 1000100 100001 1001 101001010 1001110 111100

Color Harmonies of #E94B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B9B

Black with #E94B9B

Text Example


Text Example

White with #E94B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B9B; }

 p { color: rgb(233,75,155); }

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

background-color css

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

 a { background-color: rgb(233,75,155); }

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

border-color css

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

 span { border-color: rgb(233,75,155); }

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