Html Css Color HEX #EE30ED Razzle Dazzle Rose

📋 copy color: '#EE30ED'

red 238 ◦ green 48 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EE30ED

Tints of Razzle Dazzle Rose #EE30ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 45.51%
G = 9.18%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE30ED (or 0xEE30ED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and ED. RGB value is (238,48,237). Sum of RGB (Red+Green+Blue) = 238+48+237=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30ED is #11CF12. Grayscale: #7D7D7D. Windows color (decimal): -1167123 or 15544558. OLE color: 15544558.

HSL color Cylindrical-coordinate representation of color #EE30ED: hue angle of 300.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30ED is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 237 -
CMYK 0 0.80 0.00 0.07
HSL 300.32º 0.85% 0.56% -
HSV(B) 300.32º 0.8% 0.93% -
XYZ 51.6 26.41 82.5 -
YUV 126.36 190.45 207.63 -
System Red Green Blue C M Y K H S L
Decimal 238 48 237 0 0.80 0.00 0.07 300.32 0.85 0.56
Hex EE 30 ED 0 50 0 7 12C 55 38
Octal 356 60 355 0 120 0 7 454 125 70
Binary 11101110 110000 11101101 0 1010000 0 111 100101100 1010101 111000

Color Harmonies of #EE30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30ED

Black with #EE30ED

Text Example


Text Example

White with #EE30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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