Html Css Color HEX #EE25E9 Razzle Dazzle Rose

📋 copy color: '#EE25E9'

red 238 ◦ green 37 ◦ blue 233

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

Shades of Razzle Dazzle Rose #EE25E9

Tints of Razzle Dazzle Rose #EE25E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.87%

R = 46.85%
G = 7.28%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE25E9 (or 0xEE25E9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and E9. RGB value is (238,37,233). Sum of RGB (Red+Green+Blue) = 238+37+233=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25E9 is #11DA16. Grayscale: #767676. Windows color (decimal): -1169943 or 15279598. OLE color: 15279598.

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

Color convert

RGB 238 37 233 -
CMYK 0 0.84 0.02 0.07
HSL 301.49º 0.86% 0.54% -
HSV(B) 301.49º 0.84% 0.93% -
XYZ 50.63 25.38 79.32 -
YUV 119.44 192.09 212.56 -
System Red Green Blue C M Y K H S L
Decimal 238 37 233 0 0.84 0.02 0.07 301.49 0.86 0.54
Hex EE 25 E9 0 54 2 7 12D 56 36
Octal 356 45 351 0 124 2 7 455 126 66
Binary 11101110 100101 11101001 0 1010100 10 111 100101101 1010110 110110

Color Harmonies of #EE25E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25E9

Black with #EE25E9

Text Example


Text Example

White with #EE25E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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