Html Css Color HEX #EE2FDF Razzle Dazzle Rose

📋 copy color: '#EE2FDF'

red 238 ◦ green 47 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EE2FDF

Tints of Razzle Dazzle Rose #EE2FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 46.85%
G = 9.25%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE2FDF (or 0xEE2FDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and DF. RGB value is (238,47,223). Sum of RGB (Red+Green+Blue) = 238+47+223=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FDF is #11D020. Grayscale: #7B7B7B. Windows color (decimal): -1167393 or 14626798. OLE color: 14626798.

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

Color convert

RGB 238 47 223 -
CMYK 0 0.80 0.06 0.07
HSL 304.71º 0.85% 0.56% -
HSV(B) 304.71º 0.8% 0.93% -
XYZ 49.6 25.54 72.13 -
YUV 124.17 183.78 209.19 -
System Red Green Blue C M Y K H S L
Decimal 238 47 223 0 0.80 0.06 0.07 304.71 0.85 0.56
Hex EE 2F DF 0 50 6 7 131 55 38
Octal 356 57 337 0 120 6 7 461 125 70
Binary 11101110 101111 11011111 0 1010000 110 111 100110001 1010101 111000

Color Harmonies of #EE2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FDF

Black with #EE2FDF

Text Example


Text Example

White with #EE2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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