Html Css Color HEX #EE2BDB Razzle Dazzle Rose

📋 copy color: '#EE2BDB'

red 238 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE2BDB

Tints of Razzle Dazzle Rose #EE2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.6%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 47.6%
G = 8.6%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE2BDB (or 0xEE2BDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and DB. RGB value is (238,43,219). Sum of RGB (Red+Green+Blue) = 238+43+219=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BDB is #11D424. Grayscale: #787878. Windows color (decimal): -1168421 or 14363630. OLE color: 14363630.

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

Color convert

RGB 238 43 219 -
CMYK 0 0.82 0.08 0.07
HSL 305.85º 0.85% 0.55% -
HSV(B) 305.85º 0.82% 0.93% -
XYZ 48.91 25.02 69.27 -
YUV 121.37 183.1 211.19 -
System Red Green Blue C M Y K H S L
Decimal 238 43 219 0 0.82 0.08 0.07 305.85 0.85 0.55
Hex EE 2B DB 0 52 8 7 132 55 37
Octal 356 53 333 0 122 10 7 462 125 67
Binary 11101110 101011 11011011 0 1010010 1000 111 100110010 1010101 110111

Color Harmonies of #EE2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BDB

Black with #EE2BDB

Text Example


Text Example

White with #EE2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BDB; }

 p { color: rgb(238,43,219); }

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

background-color css

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

 a { background-color: rgb(238,43,219); }

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

border-color css

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

 span { border-color: rgb(238,43,219); }

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