Html Css Color HEX #EE31F2 Razzle Dazzle Rose

📋 copy color: '#EE31F2'

red 238 ◦ green 49 ◦ blue 242

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

Shades of Razzle Dazzle Rose #EE31F2

Tints of Razzle Dazzle Rose #EE31F2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.26%

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 44.99%
G = 9.26%
B = 45.75%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE31F2 (or 0xEE31F2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and F2. RGB value is (238,49,242). Sum of RGB (Red+Green+Blue) = 238+49+242=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE31F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31F2 is #11CE0D. Grayscale: #7E7E7E. Windows color (decimal): -1166862 or 15872494. OLE color: 15872494.

HSL color Cylindrical-coordinate representation of color #EE31F2: hue angle of 298.76º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE31F2 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 49 242 -
CMYK 0.02 0.80 0 0.05
HSL 298.76º 0.88% 0.57% -
HSV(B) 298.76º 0.8% 0.95% -
XYZ 52.39 26.78 86.41 -
YUV 127.51 192.62 206.81 -
System Red Green Blue C M Y K H S L
Decimal 238 49 242 0.02 0.80 0 0.05 298.76 0.88 0.57
Hex EE 31 F2 2 50 0 5 12B 58 39
Octal 356 61 362 2 120 0 5 453 130 71
Binary 11101110 110001 11110010 10 1010000 0 101 100101011 1011000 111001

Color Harmonies of #EE31F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31F2

Black with #EE31F2

Text Example


Text Example

White with #EE31F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31F2; }

 p { color: rgb(238,49,242); }

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

background-color css

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

 a { background-color: rgb(238,49,242); }

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

border-color css

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

 span { border-color: rgb(238,49,242); }

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