Html Css Color HEX #EE31BA Razzle Dazzle Rose

📋 copy color: '#EE31BA'

red 238 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EE31BA

Tints of Razzle Dazzle Rose #EE31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.36%

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

R = 50.32%
G = 10.36%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE31BA (or 0xEE31BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and BA. RGB value is (238,49,186). Sum of RGB (Red+Green+Blue) = 238+49+186=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31BA is #11CE45. Grayscale: #787878. Windows color (decimal): -1166918 or 12202478. OLE color: 12202478.

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

Color convert

RGB 238 49 186 -
CMYK 0 0.79 0.22 0.07
HSL 316.51º 0.85% 0.56% -
HSV(B) 316.51º 0.79% 0.93% -
XYZ 45.22 23.92 48.69 -
YUV 121.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 238 49 186 0 0.79 0.22 0.07 316.51 0.85 0.56
Hex EE 31 BA 0 4F 16 7 13D 55 38
Octal 356 61 272 0 117 26 7 475 125 70
Binary 11101110 110001 10111010 0 1001111 10110 111 100111101 1010101 111000

Color Harmonies of #EE31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31BA

Black with #EE31BA

Text Example


Text Example

White with #EE31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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