Html Css Color HEX #EE1CDF Razzle Dazzle Rose

📋 copy color: '#EE1CDF'

red 238 ◦ green 28 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EE1CDF

Tints of Razzle Dazzle Rose #EE1CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.73%

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

R = 48.67%
G = 5.73%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE1CDF (or 0xEE1CDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and DF. RGB value is (238,28,223). Sum of RGB (Red+Green+Blue) = 238+28+223=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CDF is #11E320. Grayscale: #707070. Windows color (decimal): -1172257 or 14621934. OLE color: 14621934.

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

Color convert

RGB 238 28 223 -
CMYK 0 0.88 0.06 0.07
HSL 304.29º 0.86% 0.52% -
HSV(B) 304.29º 0.88% 0.93% -
XYZ 48.99 24.34 71.93 -
YUV 113.02 190.07 217.14 -
System Red Green Blue C M Y K H S L
Decimal 238 28 223 0 0.88 0.06 0.07 304.29 0.86 0.52
Hex EE 1C DF 0 58 6 7 130 56 34
Octal 356 34 337 0 130 6 7 460 126 64
Binary 11101110 11100 11011111 0 1011000 110 111 100110000 1010110 110100

Color Harmonies of #EE1CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CDF

Black with #EE1CDF

Text Example


Text Example

White with #EE1CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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