Html Css Color HEX #EE2BDA Razzle Dazzle Rose

📋 copy color: '#EE2BDA'

red 238 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE2BDA

Tints of Razzle Dazzle Rose #EE2BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 47.7%
G = 8.62%
B = 43.69%

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

#EE2BDA (or 0xEE2BDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and DA. RGB value is (238,43,218). Sum of RGB (Red+Green+Blue) = 238+43+218=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BDA is #11D425. Grayscale: #787878. Windows color (decimal): -1168422 or 14298094. OLE color: 14298094.

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

Color convert

RGB 238 43 218 -
CMYK 0 0.82 0.08 0.07
HSL 306.15º 0.85% 0.55% -
HSV(B) 306.15º 0.82% 0.93% -
XYZ 48.78 24.97 68.58 -
YUV 121.26 182.6 211.27 -
System Red Green Blue C M Y K H S L
Decimal 238 43 218 0 0.82 0.08 0.07 306.15 0.85 0.55
Hex EE 2B DA 0 52 8 7 132 55 37
Octal 356 53 332 0 122 10 7 462 125 67
Binary 11101110 101011 11011010 0 1010010 1000 111 100110010 1010101 110111

Color Harmonies of #EE2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BDA

Black with #EE2BDA

Text Example


Text Example

White with #EE2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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