Html Css Color HEX #EE3AD6 Razzle Dazzle Rose

📋 copy color: '#EE3AD6'

red 238 ◦ green 58 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EE3AD6

Tints of Razzle Dazzle Rose #EE3AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 46.67%
G = 11.37%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE3AD6 (or 0xEE3AD6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and D6. RGB value is (238,58,214). Sum of RGB (Red+Green+Blue) = 238+58+214=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3AD6 is #11C529. Grayscale: #818181. Windows color (decimal): -1164586 or 14039790. OLE color: 14039790.

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

Color convert

RGB 238 58 214 -
CMYK 0 0.76 0.10 0.07
HSL 308º 0.84% 0.58% -
HSV(B) 308º 0.76% 0.93% -
XYZ 48.91 26.06 66.07 -
YUV 129.6 175.63 205.32 -
System Red Green Blue C M Y K H S L
Decimal 238 58 214 0 0.76 0.10 0.07 308 0.84 0.58
Hex EE 3A D6 0 4C A 7 134 54 3A
Octal 356 72 326 0 114 12 7 464 124 72
Binary 11101110 111010 11010110 0 1001100 1010 111 100110100 1010100 111010

Color Harmonies of #EE3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3AD6

Black with #EE3AD6

Text Example


Text Example

White with #EE3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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