Html Css Color HEX #EE38DC Razzle Dazzle Rose

📋 copy color: '#EE38DC'

red 238 ◦ green 56 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE38DC

Tints of Razzle Dazzle Rose #EE38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.89%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 46.3%
G = 10.89%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE38DC (or 0xEE38DC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and DC. RGB value is (238,56,220). Sum of RGB (Red+Green+Blue) = 238+56+220=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38DC is #11C723. Grayscale: #808080. Windows color (decimal): -1165092 or 14432494. OLE color: 14432494.

HSL color Cylindrical-coordinate representation of color #EE38DC: hue angle of 305.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE38DC is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 56 220 -
CMYK 0 0.76 0.08 0.07
HSL 305.93º 0.84% 0.58% -
HSV(B) 305.93º 0.76% 0.93% -
XYZ 49.59 26.17 70.15 -
YUV 129.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 238 56 220 0 0.76 0.08 0.07 305.93 0.84 0.58
Hex EE 38 DC 0 4C 8 7 132 54 3A
Octal 356 70 334 0 114 10 7 462 124 72
Binary 11101110 111000 11011100 0 1001100 1000 111 100110010 1010100 111010

Color Harmonies of #EE38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38DC

Black with #EE38DC

Text Example


Text Example

White with #EE38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38DC; }

 p { color: rgb(238,56,220); }

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

background-color css

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

 a { background-color: rgb(238,56,220); }

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

border-color css

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

 span { border-color: rgb(238,56,220); }

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