Html Css Color HEX #EE2ED3 Razzle Dazzle Rose

📋 copy color: '#EE2ED3'

red 238 ◦ green 46 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EE2ED3

Tints of Razzle Dazzle Rose #EE2ED3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.29%

 BLUE value IS 211 (82.81% from 255) = 42.63%

R = 48.08%
G = 9.29%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE2ED3 (or 0xEE2ED3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and D3. RGB value is (238,46,211). Sum of RGB (Red+Green+Blue) = 238+46+211=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ED3 is #11D12C. Grayscale: #797979. Windows color (decimal): -1167661 or 13840110. OLE color: 13840110.

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

Color convert

RGB 238 46 211 -
CMYK 0 0.81 0.11 0.07
HSL 308.44º 0.85% 0.56% -
HSV(B) 308.44º 0.81% 0.93% -
XYZ 47.99 24.83 63.89 -
YUV 122.22 178.11 210.58 -
System Red Green Blue C M Y K H S L
Decimal 238 46 211 0 0.81 0.11 0.07 308.44 0.85 0.56
Hex EE 2E D3 0 51 B 7 134 55 38
Octal 356 56 323 0 121 13 7 464 125 70
Binary 11101110 101110 11010011 0 1010001 1011 111 100110100 1010101 111000

Color Harmonies of #EE2ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ED3

Black with #EE2ED3

Text Example


Text Example

White with #EE2ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ED3; }

 p { color: rgb(238,46,211); }

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

background-color css

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

 a { background-color: rgb(238,46,211); }

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

border-color css

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

 span { border-color: rgb(238,46,211); }

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