Html Css Color HEX #EE31F1 Razzle Dazzle Rose

📋 copy color: '#EE31F1'

red 238 ◦ green 49 ◦ blue 241

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

Shades of Razzle Dazzle Rose #EE31F1

Tints of Razzle Dazzle Rose #EE31F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 45.08%
G = 9.28%
B = 45.64%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE31F1 (or 0xEE31F1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and F1. RGB value is (238,49,241). Sum of RGB (Red+Green+Blue) = 238+49+241=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE31F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31F1 is #11CE0E. Grayscale: #7E7E7E. Windows color (decimal): -1166863 or 15806958. OLE color: 15806958.

HSL color Cylindrical-coordinate representation of color #EE31F1: hue angle of 299.06º degrees, saturation: 0.87, 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 #EE31F1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 49 241 -
CMYK 0.01 0.80 0 0.05
HSL 299.06º 0.87% 0.57% -
HSV(B) 299.06º 0.8% 0.95% -
XYZ 52.24 26.72 85.62 -
YUV 127.4 192.12 206.89 -
System Red Green Blue C M Y K H S L
Decimal 238 49 241 0.01 0.80 0 0.05 299.06 0.87 0.57
Hex EE 31 F1 1 50 0 5 12B 57 39
Octal 356 61 361 1 120 0 5 453 127 71
Binary 11101110 110001 11110001 1 1010000 0 101 100101011 1010111 111001

Color Harmonies of #EE31F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31F1

Black with #EE31F1

Text Example


Text Example

White with #EE31F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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