Html Css Color HEX #EE2DBE Razzle Dazzle Rose

📋 copy color: '#EE2DBE'

red 238 ◦ green 45 ◦ blue 190

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

Shades of Razzle Dazzle Rose #EE2DBE

Tints of Razzle Dazzle Rose #EE2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 50.32%
G = 9.51%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE2DBE (or 0xEE2DBE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and BE. RGB value is (238,45,190). Sum of RGB (Red+Green+Blue) = 238+45+190=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DBE is #11D241. Grayscale: #767676. Windows color (decimal): -1167938 or 12463598. OLE color: 12463598.

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

Color convert

RGB 238 45 190 -
CMYK 0 0.81 0.20 0.07
HSL 314.92º 0.85% 0.55% -
HSV(B) 314.92º 0.81% 0.93% -
XYZ 45.49 23.77 50.91 -
YUV 119.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 238 45 190 0 0.81 0.20 0.07 314.92 0.85 0.55
Hex EE 2D BE 0 51 14 7 13B 55 37
Octal 356 55 276 0 121 24 7 473 125 67
Binary 11101110 101101 10111110 0 1010001 10100 111 100111011 1010101 110111

Color Harmonies of #EE2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2DBE

Black with #EE2DBE

Text Example


Text Example

White with #EE2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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