Html Css Color HEX #EE1FDF Razzle Dazzle Rose

📋 copy color: '#EE1FDF'

red 238 ◦ green 31 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EE1FDF

Tints of Razzle Dazzle Rose #EE1FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.3%

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

R = 48.37%
G = 6.3%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE1FDF (or 0xEE1FDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1F and DF. RGB value is (238,31,223). Sum of RGB (Red+Green+Blue) = 238+31+223=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FDF is #11E020. Grayscale: #727272. Windows color (decimal): -1171489 or 14622702. OLE color: 14622702.

HSL color Cylindrical-coordinate representation of color #EE1FDF: hue angle of 304.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FDF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 223 -
CMYK 0 0.87 0.06 0.07
HSL 304.35º 0.86% 0.53% -
HSV(B) 304.35º 0.87% 0.93% -
XYZ 49.07 24.48 71.95 -
YUV 114.78 189.08 215.89 -
System Red Green Blue C M Y K H S L
Decimal 238 31 223 0 0.87 0.06 0.07 304.35 0.86 0.53
Hex EE 1F DF 0 57 6 7 130 56 35
Octal 356 37 337 0 127 6 7 460 126 65
Binary 11101110 11111 11011111 0 1010111 110 111 100110000 1010110 110101

Color Harmonies of #EE1FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FDF

Black with #EE1FDF

Text Example


Text Example

White with #EE1FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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