Html Css Color HEX #E949BA Razzle Dazzle Rose

📋 copy color: '#E949BA'

red 233 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E949BA

Tints of Razzle Dazzle Rose #E949BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 47.36%
G = 14.84%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E949BA (or 0xE949BA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 49 and BA. RGB value is (233,73,186). Sum of RGB (Red+Green+Blue) = 233+73+186=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E949BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949BA is #16B645. Grayscale: #858585. Windows color (decimal): -1488454 or 12208617. OLE color: 12208617.

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

Color convert

RGB 233 73 186 -
CMYK 0 0.69 0.20 0.09
HSL 317.63º 0.78% 0.6% -
HSV(B) 317.63º 0.69% 0.91% -
XYZ 44.85 25.63 49.04 -
YUV 133.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 233 73 186 0 0.69 0.20 0.09 317.63 0.78 0.6
Hex E9 49 BA 0 45 14 9 13E 4E 3C
Octal 351 111 272 0 105 24 11 476 116 74
Binary 11101001 1001001 10111010 0 1000101 10100 1001 100111110 1001110 111100

Color Harmonies of #E949BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949BA

Black with #E949BA

Text Example


Text Example

White with #E949BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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