Html Css Color HEX #EE2DC1 Razzle Dazzle Rose

📋 copy color: '#EE2DC1'

red 238 ◦ green 45 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EE2DC1

Tints of Razzle Dazzle Rose #EE2DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 50%
G = 9.45%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE2DC1 (or 0xEE2DC1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and C1. RGB value is (238,45,193). Sum of RGB (Red+Green+Blue) = 238+45+193=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DC1 is #11D23E. Grayscale: #777777. Windows color (decimal): -1167935 or 12660206. OLE color: 12660206.

HSL color Cylindrical-coordinate representation of color #EE2DC1: hue angle of 313.99º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2DC1 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 45 193 -
CMYK 0 0.81 0.19 0.07
HSL 313.99º 0.85% 0.55% -
HSV(B) 313.99º 0.81% 0.93% -
XYZ 45.82 23.9 52.65 -
YUV 119.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 238 45 193 0 0.81 0.19 0.07 313.99 0.85 0.55
Hex EE 2D C1 0 51 13 7 13A 55 37
Octal 356 55 301 0 121 23 7 472 125 67
Binary 11101110 101101 11000001 0 1010001 10011 111 100111010 1010101 110111

Color Harmonies of #EE2DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2DC1

Black with #EE2DC1

Text Example


Text Example

White with #EE2DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2DC1; }

 p { color: rgb(238,45,193); }

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

background-color css

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

 a { background-color: rgb(238,45,193); }

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

border-color css

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

 span { border-color: rgb(238,45,193); }

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