Html Css Color HEX #EE30BA Razzle Dazzle Rose

📋 copy color: '#EE30BA'

red 238 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EE30BA

Tints of Razzle Dazzle Rose #EE30BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

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

R = 50.42%
G = 10.17%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE30BA (or 0xEE30BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and BA. RGB value is (238,48,186). Sum of RGB (Red+Green+Blue) = 238+48+186=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30BA is #11CF45. Grayscale: #787878. Windows color (decimal): -1167174 or 12202222. OLE color: 12202222.

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

Color convert

RGB 238 48 186 -
CMYK 0 0.80 0.22 0.07
HSL 316.42º 0.85% 0.56% -
HSV(B) 316.42º 0.8% 0.93% -
XYZ 45.18 23.84 48.67 -
YUV 120.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 238 48 186 0 0.80 0.22 0.07 316.42 0.85 0.56
Hex EE 30 BA 0 50 16 7 13C 55 38
Octal 356 60 272 0 120 26 7 474 125 70
Binary 11101110 110000 10111010 0 1010000 10110 111 100111100 1010101 111000

Color Harmonies of #EE30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30BA

Black with #EE30BA

Text Example


Text Example

White with #EE30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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