Html Css Color HEX #EE25DD Razzle Dazzle Rose

📋 copy color: '#EE25DD'

red 238 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE25DD

Tints of Razzle Dazzle Rose #EE25DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.46%

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

R = 47.98%
G = 7.46%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE25DD (or 0xEE25DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and DD. RGB value is (238,37,221). Sum of RGB (Red+Green+Blue) = 238+37+221=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE25DD is #11DA22. Grayscale: #757575. Windows color (decimal): -1169955 or 14493166. OLE color: 14493166.

HSL color Cylindrical-coordinate representation of color #EE25DD: hue angle of 305.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE25DD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 221 -
CMYK 0 0.84 0.07 0.07
HSL 305.07º 0.86% 0.54% -
HSV(B) 305.07º 0.84% 0.93% -
XYZ 48.97 24.72 70.6 -
YUV 118.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 238 37 221 0 0.84 0.07 0.07 305.07 0.86 0.54
Hex EE 25 DD 0 54 7 7 131 56 36
Octal 356 45 335 0 124 7 7 461 126 66
Binary 11101110 100101 11011101 0 1010100 111 111 100110001 1010110 110110

Color Harmonies of #EE25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25DD

Black with #EE25DD

Text Example


Text Example

White with #EE25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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