Html Css Color HEX #EE30DD Razzle Dazzle Rose

📋 copy color: '#EE30DD'

red 238 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE30DD

Tints of Razzle Dazzle Rose #EE30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.47%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 46.94%
G = 9.47%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE30DD (or 0xEE30DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and DD. RGB value is (238,48,221). Sum of RGB (Red+Green+Blue) = 238+48+221=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30DD is #11CF22. Grayscale: #7C7C7C. Windows color (decimal): -1167139 or 14495982. OLE color: 14495982.

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

Color convert

RGB 238 48 221 -
CMYK 0 0.80 0.07 0.07
HSL 305.37º 0.85% 0.56% -
HSV(B) 305.37º 0.8% 0.93% -
XYZ 49.37 25.51 70.73 -
YUV 124.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 238 48 221 0 0.80 0.07 0.07 305.37 0.85 0.56
Hex EE 30 DD 0 50 7 7 131 55 38
Octal 356 60 335 0 120 7 7 461 125 70
Binary 11101110 110000 11011101 0 1010000 111 111 100110001 1010101 111000

Color Harmonies of #EE30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30DD

Black with #EE30DD

Text Example


Text Example

White with #EE30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30DD; }

 p { color: rgb(238,48,221); }

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

background-color css

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

 a { background-color: rgb(238,48,221); }

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

border-color css

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

 span { border-color: rgb(238,48,221); }

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