Html Css Color HEX #EE30F1 Razzle Dazzle Rose

📋 copy color: '#EE30F1'

red 238 ◦ green 48 ◦ blue 241

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

Shades of Razzle Dazzle Rose #EE30F1

Tints of Razzle Dazzle Rose #EE30F1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.11%

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

R = 45.16%
G = 9.11%
B = 45.73%

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

#EE30F1 (or 0xEE30F1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and F1. RGB value is (238,48,241). Sum of RGB (Red+Green+Blue) = 238+48+241=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE30F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30F1 is #11CF0E. Grayscale: #7E7E7E. Windows color (decimal): -1167119 or 15806702. OLE color: 15806702.

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

Color convert

RGB 238 48 241 -
CMYK 0.01 0.80 0 0.05
HSL 299.07º 0.87% 0.57% -
HSV(B) 299.07º 0.8% 0.95% -
XYZ 52.19 26.64 85.61 -
YUV 126.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 238 48 241 0.01 0.80 0 0.05 299.07 0.87 0.57
Hex EE 30 F1 1 50 0 5 12B 57 39
Octal 356 60 361 1 120 0 5 453 127 71
Binary 11101110 110000 11110001 1 1010000 0 101 100101011 1010111 111001

Color Harmonies of #EE30F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30F1

Black with #EE30F1

Text Example


Text Example

White with #EE30F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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