Html Css Color HEX #EE30DA Razzle Dazzle Rose

📋 copy color: '#EE30DA'

red 238 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE30DA

Tints of Razzle Dazzle Rose #EE30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 47.22%
G = 9.52%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE30DA (or 0xEE30DA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and DA. RGB value is (238,48,218). Sum of RGB (Red+Green+Blue) = 238+48+218=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30DA is #11CF25. Grayscale: #7B7B7B. Windows color (decimal): -1167142 or 14299374. OLE color: 14299374.

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

Color convert

RGB 238 48 218 -
CMYK 0 0.80 0.08 0.07
HSL 306.32º 0.85% 0.56% -
HSV(B) 306.32º 0.8% 0.93% -
XYZ 48.97 25.35 68.64 -
YUV 124.19 180.95 209.18 -
System Red Green Blue C M Y K H S L
Decimal 238 48 218 0 0.80 0.08 0.07 306.32 0.85 0.56
Hex EE 30 DA 0 50 8 7 132 55 38
Octal 356 60 332 0 120 10 7 462 125 70
Binary 11101110 110000 11011010 0 1010000 1000 111 100110010 1010101 111000

Color Harmonies of #EE30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30DA

Black with #EE30DA

Text Example


Text Example

White with #EE30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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