Html Css Color HEX #EE3ADE Razzle Dazzle Rose

📋 copy color: '#EE3ADE'

red 238 ◦ green 58 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EE3ADE

Tints of Razzle Dazzle Rose #EE3ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 45.95%
G = 11.2%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE3ADE (or 0xEE3ADE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and DE. RGB value is (238,58,222). Sum of RGB (Red+Green+Blue) = 238+58+222=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ADE is #11C521. Grayscale: #828282. Windows color (decimal): -1164578 or 14564078. OLE color: 14564078.

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

Color convert

RGB 238 58 222 -
CMYK 0 0.76 0.07 0.07
HSL 305.33º 0.84% 0.58% -
HSV(B) 305.33º 0.76% 0.93% -
XYZ 49.96 26.48 71.58 -
YUV 130.52 179.63 204.66 -
System Red Green Blue C M Y K H S L
Decimal 238 58 222 0 0.76 0.07 0.07 305.33 0.84 0.58
Hex EE 3A DE 0 4C 7 7 131 54 3A
Octal 356 72 336 0 114 7 7 461 124 72
Binary 11101110 111010 11011110 0 1001100 111 111 100110001 1010100 111010

Color Harmonies of #EE3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3ADE

Black with #EE3ADE

Text Example


Text Example

White with #EE3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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