Html Css Color HEX #EE25EA Razzle Dazzle Rose

📋 copy color: '#EE25EA'

red 238 ◦ green 37 ◦ blue 234

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

Shades of Razzle Dazzle Rose #EE25EA

Tints of Razzle Dazzle Rose #EE25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 46.76%
G = 7.27%
B = 45.97%

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

#EE25EA (or 0xEE25EA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and EA. RGB value is (238,37,234). Sum of RGB (Red+Green+Blue) = 238+37+234=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25EA is #11DA15. Grayscale: #767676. Windows color (decimal): -1169942 or 15345134. OLE color: 15345134.

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

Color convert

RGB 238 37 234 -
CMYK 0 0.84 0.02 0.07
HSL 301.19º 0.86% 0.54% -
HSV(B) 301.19º 0.84% 0.93% -
XYZ 50.77 25.44 80.08 -
YUV 119.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 238 37 234 0 0.84 0.02 0.07 301.19 0.86 0.54
Hex EE 25 EA 0 54 2 7 12D 56 36
Octal 356 45 352 0 124 2 7 455 126 66
Binary 11101110 100101 11101010 0 1010100 10 111 100101101 1010110 110110

Color Harmonies of #EE25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25EA

Black with #EE25EA

Text Example


Text Example

White with #EE25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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