Html Css Color HEX #E949AB Brilliant Rose

📋 copy color: '#E949AB'

red 233 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #E949AB

Tints of Brilliant Rose #E949AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.3%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 48.85%
G = 15.3%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E949AB (or 0xE949AB) is known color: Brilliant Rose. HEX triplet: E9, 49 and AB. RGB value is (233,73,171). Sum of RGB (Red+Green+Blue) = 233+73+171=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AB is #16B654. Grayscale: #838383. Windows color (decimal): -1488469 or 11225577. OLE color: 11225577.

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

Color convert

RGB 233 73 171 -
CMYK 0 0.69 0.27 0.09
HSL 323.25º 0.78% 0.6% -
HSV(B) 323.25º 0.69% 0.91% -
XYZ 43.34 25.03 41.08 -
YUV 132.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 233 73 171 0 0.69 0.27 0.09 323.25 0.78 0.6
Hex E9 49 AB 0 45 1B 9 143 4E 3C
Octal 351 111 253 0 105 33 11 503 116 74
Binary 11101001 1001001 10101011 0 1000101 11011 1001 101000011 1001110 111100

Color Harmonies of #E949AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949AB

Black with #E949AB

Text Example


Text Example

White with #E949AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949AB; }

 p { color: rgb(233,73,171); }

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

background-color css

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

 a { background-color: rgb(233,73,171); }

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

border-color css

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

 span { border-color: rgb(233,73,171); }

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