Html Css Color HEX #EE25C5 Razzle Dazzle Rose

📋 copy color: '#EE25C5'

red 238 ◦ green 37 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EE25C5

Tints of Razzle Dazzle Rose #EE25C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 50.42%
G = 7.84%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE25C5 (or 0xEE25C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and C5. RGB value is (238,37,197). Sum of RGB (Red+Green+Blue) = 238+37+197=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE25C5 is #11DA3A. Grayscale: #727272. Windows color (decimal): -1169979 or 12920302. OLE color: 12920302.

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

Color convert

RGB 238 37 197 -
CMYK 0 0.84 0.17 0.07
HSL 312.24º 0.86% 0.54% -
HSV(B) 312.24º 0.84% 0.93% -
XYZ 46 23.53 54.94 -
YUV 115.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 238 37 197 0 0.84 0.17 0.07 312.24 0.86 0.54
Hex EE 25 C5 0 54 11 7 138 56 36
Octal 356 45 305 0 124 21 7 470 126 66
Binary 11101110 100101 11000101 0 1010100 10001 111 100111000 1010110 110110

Color Harmonies of #EE25C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25C5

Black with #EE25C5

Text Example


Text Example

White with #EE25C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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