Html Css Color HEX #EE49BA Razzle Dazzle Rose

📋 copy color: '#EE49BA'

red 238 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EE49BA

Tints of Razzle Dazzle Rose #EE49BA

RGB

 RED value IS 238 (93.36% from 255) = 47.89%

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

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

R = 47.89%
G = 14.69%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE49BA (or 0xEE49BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 49 and BA. RGB value is (238,73,186). Sum of RGB (Red+Green+Blue) = 238+73+186=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49BA is #11B645. Grayscale: #868686. Windows color (decimal): -1160774 or 12208622. OLE color: 12208622.

HSL color Cylindrical-coordinate representation of color #EE49BA: hue angle of 318.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE49BA is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 186 -
CMYK 0 0.69 0.22 0.07
HSL 318.91º 0.83% 0.61% -
HSV(B) 318.91º 0.69% 0.93% -
XYZ 46.51 26.49 49.12 -
YUV 135.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 238 73 186 0 0.69 0.22 0.07 318.91 0.83 0.61
Hex EE 49 BA 0 45 16 7 13F 53 3D
Octal 356 111 272 0 105 26 7 477 123 75
Binary 11101110 1001001 10111010 0 1000101 10110 111 100111111 1010011 111101

Color Harmonies of #EE49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49BA

Black with #EE49BA

Text Example


Text Example

White with #EE49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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