Html Css Color HEX #EE39BA Razzle Dazzle Rose

📋 copy color: '#EE39BA'

red 238 ◦ green 57 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EE39BA

Tints of Razzle Dazzle Rose #EE39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.85%

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

R = 49.48%
G = 11.85%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE39BA (or 0xEE39BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 39 and BA. RGB value is (238,57,186). Sum of RGB (Red+Green+Blue) = 238+57+186=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE39BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE39BA is #11C645. Grayscale: #7D7D7D. Windows color (decimal): -1164870 or 12204526. OLE color: 12204526.

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

Color convert

RGB 238 57 186 -
CMYK 0 0.76 0.22 0.07
HSL 317.24º 0.84% 0.58% -
HSV(B) 317.24º 0.76% 0.93% -
XYZ 45.59 24.65 48.81 -
YUV 125.83 161.97 208.01 -
System Red Green Blue C M Y K H S L
Decimal 238 57 186 0 0.76 0.22 0.07 317.24 0.84 0.58
Hex EE 39 BA 0 4C 16 7 13D 54 3A
Octal 356 71 272 0 114 26 7 475 124 72
Binary 11101110 111001 10111010 0 1001100 10110 111 100111101 1010100 111010

Color Harmonies of #EE39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE39BA

Black with #EE39BA

Text Example


Text Example

White with #EE39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE39BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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