Html Css Color HEX #EE1EDF Razzle Dazzle Rose

📋 copy color: '#EE1EDF'

red 238 ◦ green 30 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EE1EDF

Tints of Razzle Dazzle Rose #EE1EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

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

R = 48.47%
G = 6.11%
B = 45.42%

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

#EE1EDF (or 0xEE1EDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and DF. RGB value is (238,30,223). Sum of RGB (Red+Green+Blue) = 238+30+223=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EDF is #11E120. Grayscale: #717171. Windows color (decimal): -1171745 or 14622446. OLE color: 14622446.

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

Color convert

RGB 238 30 223 -
CMYK 0 0.87 0.06 0.07
HSL 304.33º 0.86% 0.53% -
HSV(B) 304.33º 0.87% 0.93% -
XYZ 49.04 24.43 71.94 -
YUV 114.19 189.41 216.31 -
System Red Green Blue C M Y K H S L
Decimal 238 30 223 0 0.87 0.06 0.07 304.33 0.86 0.53
Hex EE 1E DF 0 57 6 7 130 56 35
Octal 356 36 337 0 127 6 7 460 126 65
Binary 11101110 11110 11011111 0 1010111 110 111 100110000 1010110 110101

Color Harmonies of #EE1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EDF

Black with #EE1EDF

Text Example


Text Example

White with #EE1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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