Html Css Color HEX #E93ADA Razzle Dazzle Rose

📋 copy color: '#E93ADA'

red 233 ◦ green 58 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E93ADA

Tints of Razzle Dazzle Rose #E93ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 45.78%
G = 11.39%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E93ADA (or 0xE93ADA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and DA. RGB value is (233,58,218). Sum of RGB (Red+Green+Blue) = 233+58+218=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ADA is #16C525. Grayscale: #808080. Windows color (decimal): -1492262 or 14301929. OLE color: 14301929.

HSL color Cylindrical-coordinate representation of color #E93ADA: hue angle of 305.14º 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 #E93ADA is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 218 -
CMYK 0 0.75 0.06 0.09
HSL 305.14º 0.8% 0.57% -
HSV(B) 305.14º 0.75% 0.91% -
XYZ 47.77 25.41 68.72 -
YUV 128.57 178.48 202.49 -
System Red Green Blue C M Y K H S L
Decimal 233 58 218 0 0.75 0.06 0.09 305.14 0.8 0.57
Hex E9 3A DA 0 4B 6 9 131 50 39
Octal 351 72 332 0 113 6 11 461 120 71
Binary 11101001 111010 11011010 0 1001011 110 1001 100110001 1010000 111001

Color Harmonies of #E93ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93ADA

Black with #E93ADA

Text Example


Text Example

White with #E93ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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