Html Css Color HEX #E949B2 Brilliant Rose

📋 copy color: '#E949B2'

red 233 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #E949B2

Tints of Brilliant Rose #E949B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 48.14%
G = 15.08%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E949B2 (or 0xE949B2) is known color: Brilliant Rose. HEX triplet: E9, 49 and B2. RGB value is (233,73,178). Sum of RGB (Red+Green+Blue) = 233+73+178=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E949B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949B2 is #16B64D. Grayscale: #848484. Windows color (decimal): -1488462 or 11684329. OLE color: 11684329.

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

Color convert

RGB 233 73 178 -
CMYK 0 0.69 0.24 0.09
HSL 320.63º 0.78% 0.6% -
HSV(B) 320.63º 0.69% 0.91% -
XYZ 44.02 25.3 44.68 -
YUV 132.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 233 73 178 0 0.69 0.24 0.09 320.63 0.78 0.6
Hex E9 49 B2 0 45 18 9 141 4E 3C
Octal 351 111 262 0 105 30 11 501 116 74
Binary 11101001 1001001 10110010 0 1000101 11000 1001 101000001 1001110 111100

Color Harmonies of #E949B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949B2

Black with #E949B2

Text Example


Text Example

White with #E949B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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