Html Css Color HEX #E93ADE Razzle Dazzle Rose

📋 copy color: '#E93ADE'

red 233 ◦ green 58 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E93ADE

Tints of Razzle Dazzle Rose #E93ADE

RGB

 RED value IS 233 (91.41% from 255) = 45.42%

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

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

R = 45.42%
G = 11.31%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E93ADE (or 0xE93ADE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and DE. RGB value is (233,58,222). Sum of RGB (Red+Green+Blue) = 233+58+222=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ADE is #16C521. Grayscale: #808080. Windows color (decimal): -1492258 or 14564073. OLE color: 14564073.

HSL color Cylindrical-coordinate representation of color #E93ADE: hue angle of 303.77º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93ADE is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 222 -
CMYK 0 0.75 0.05 0.09
HSL 303.77º 0.8% 0.57% -
HSV(B) 303.77º 0.75% 0.91% -
XYZ 48.3 25.62 71.51 -
YUV 129.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 233 58 222 0 0.75 0.05 0.09 303.77 0.8 0.57
Hex E9 3A DE 0 4B 5 9 130 50 39
Octal 351 72 336 0 113 5 11 460 120 71
Binary 11101001 111010 11011110 0 1001011 101 1001 100110000 1010000 111001

Color Harmonies of #E93ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93ADE

Black with #E93ADE

Text Example


Text Example

White with #E93ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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