Html Css Color HEX #EE3DD2 Razzle Dazzle Rose

📋 copy color: '#EE3DD2'

red 238 ◦ green 61 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EE3DD2

Tints of Razzle Dazzle Rose #EE3DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.98%

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 46.76%
G = 11.98%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE3DD2 (or 0xEE3DD2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3D and D2. RGB value is (238,61,210). Sum of RGB (Red+Green+Blue) = 238+61+210=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3DD2 is #11C22D. Grayscale: #828282. Windows color (decimal): -1163822 or 13778414. OLE color: 13778414.

HSL color Cylindrical-coordinate representation of color #EE3DD2: hue angle of 309.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3DD2 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 61 210 -
CMYK 0 0.74 0.12 0.07
HSL 309.49º 0.84% 0.59% -
HSV(B) 309.49º 0.74% 0.93% -
XYZ 48.56 26.17 63.46 -
YUV 130.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 238 61 210 0 0.74 0.12 0.07 309.49 0.84 0.59
Hex EE 3D D2 0 4A C 7 135 54 3B
Octal 356 75 322 0 112 14 7 465 124 73
Binary 11101110 111101 11010010 0 1001010 1100 111 100110101 1010100 111011

Color Harmonies of #EE3DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DD2

Black with #EE3DD2

Text Example


Text Example

White with #EE3DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DD2; }

 p { color: rgb(238,61,210); }

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

background-color css

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

 a { background-color: rgb(238,61,210); }

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

border-color css

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

 span { border-color: rgb(238,61,210); }

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