Html Css Color HEX #EE3ADC Razzle Dazzle Rose

📋 copy color: '#EE3ADC'

red 238 ◦ green 58 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE3ADC

Tints of Razzle Dazzle Rose #EE3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.24%

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

R = 46.12%
G = 11.24%
B = 42.64%

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

#EE3ADC (or 0xEE3ADC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and DC. RGB value is (238,58,220). Sum of RGB (Red+Green+Blue) = 238+58+220=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ADC is #11C523. Grayscale: #818181. Windows color (decimal): -1164580 or 14433006. OLE color: 14433006.

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

Color convert

RGB 238 58 220 -
CMYK 0 0.76 0.08 0.07
HSL 306º 0.84% 0.58% -
HSV(B) 306º 0.76% 0.93% -
XYZ 49.69 26.37 70.18 -
YUV 130.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 238 58 220 0 0.76 0.08 0.07 306 0.84 0.58
Hex EE 3A DC 0 4C 8 7 132 54 3A
Octal 356 72 334 0 114 10 7 462 124 72
Binary 11101110 111010 11011100 0 1001100 1000 111 100110010 1010100 111010

Color Harmonies of #EE3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3ADC

Black with #EE3ADC

Text Example


Text Example

White with #EE3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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