Html Css Color HEX #EE2FE6 Razzle Dazzle Rose

📋 copy color: '#EE2FE6'

red 238 ◦ green 47 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EE2FE6

Tints of Razzle Dazzle Rose #EE2FE6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.13%

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 46.21%
G = 9.13%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE2FE6 (or 0xEE2FE6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and E6. RGB value is (238,47,230). Sum of RGB (Red+Green+Blue) = 238+47+230=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FE6 is #11D019. Grayscale: #7C7C7C. Windows color (decimal): -1167386 or 15085550. OLE color: 15085550.

HSL color Cylindrical-coordinate representation of color #EE2FE6: hue angle of 302.51º 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 #EE2FE6 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 230 -
CMYK 0 0.80 0.03 0.07
HSL 302.51º 0.85% 0.56% -
HSV(B) 302.51º 0.8% 0.93% -
XYZ 50.56 25.92 77.2 -
YUV 124.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 238 47 230 0 0.80 0.03 0.07 302.51 0.85 0.56
Hex EE 2F E6 0 50 3 7 12F 55 38
Octal 356 57 346 0 120 3 7 457 125 70
Binary 11101110 101111 11100110 0 1010000 11 111 100101111 1010101 111000

Color Harmonies of #EE2FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FE6

Black with #EE2FE6

Text Example


Text Example

White with #EE2FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FE6; }

 p { color: rgb(238,47,230); }

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

background-color css

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

 a { background-color: rgb(238,47,230); }

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

border-color css

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

 span { border-color: rgb(238,47,230); }

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