Html Css Color HEX #EE33F1 Razzle Dazzle Rose

📋 copy color: '#EE33F1'

red 238 ◦ green 51 ◦ blue 241

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

Shades of Razzle Dazzle Rose #EE33F1

Tints of Razzle Dazzle Rose #EE33F1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.62%

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

R = 44.91%
G = 9.62%
B = 45.47%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE33F1 (or 0xEE33F1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and F1. RGB value is (238,51,241). Sum of RGB (Red+Green+Blue) = 238+51+241=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE33F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33F1 is #11CC0E. Grayscale: #808080. Windows color (decimal): -1166351 or 15807470. OLE color: 15807470.

HSL color Cylindrical-coordinate representation of color #EE33F1: hue angle of 299.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33F1 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 51 241 -
CMYK 0.01 0.79 0 0.05
HSL 299.05º 0.87% 0.57% -
HSV(B) 299.05º 0.79% 0.95% -
XYZ 52.32 26.9 85.65 -
YUV 128.57 191.45 206.05 -
System Red Green Blue C M Y K H S L
Decimal 238 51 241 0.01 0.79 0 0.05 299.05 0.87 0.57
Hex EE 33 F1 1 4F 0 5 12B 57 39
Octal 356 63 361 1 117 0 5 453 127 71
Binary 11101110 110011 11110001 1 1001111 0 101 100101011 1010111 111001

Color Harmonies of #EE33F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33F1

Black with #EE33F1

Text Example


Text Example

White with #EE33F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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