Html Css Color HEX #EE30BE Razzle Dazzle Rose

📋 copy color: '#EE30BE'

red 238 ◦ green 48 ◦ blue 190

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

Shades of Razzle Dazzle Rose #EE30BE

Tints of Razzle Dazzle Rose #EE30BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 50%
G = 10.08%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE30BE (or 0xEE30BE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and BE. RGB value is (238,48,190). Sum of RGB (Red+Green+Blue) = 238+48+190=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30BE is #11CF41. Grayscale: #787878. Windows color (decimal): -1167170 or 12464366. OLE color: 12464366.

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

Color convert

RGB 238 48 190 -
CMYK 0 0.80 0.20 0.07
HSL 315.16º 0.85% 0.56% -
HSV(B) 315.16º 0.8% 0.93% -
XYZ 45.61 24.01 50.95 -
YUV 121 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 238 48 190 0 0.80 0.20 0.07 315.16 0.85 0.56
Hex EE 30 BE 0 50 14 7 13B 55 38
Octal 356 60 276 0 120 24 7 473 125 70
Binary 11101110 110000 10111110 0 1010000 10100 111 100111011 1010101 111000

Color Harmonies of #EE30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30BE

Black with #EE30BE

Text Example


Text Example

White with #EE30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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