Html Css Color HEX #E93ADB Razzle Dazzle Rose

📋 copy color: '#E93ADB'

red 233 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E93ADB

Tints of Razzle Dazzle Rose #E93ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 45.69%
G = 11.37%
B = 42.94%

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

#E93ADB (or 0xE93ADB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3A and DB. RGB value is (233,58,219). Sum of RGB (Red+Green+Blue) = 233+58+219=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ADB is #16C524. Grayscale: #808080. Windows color (decimal): -1492261 or 14367465. OLE color: 14367465.

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

Color convert

RGB 233 58 219 -
CMYK 0 0.75 0.06 0.09
HSL 304.8º 0.8% 0.57% -
HSV(B) 304.8º 0.75% 0.91% -
XYZ 47.9 25.46 69.41 -
YUV 128.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 233 58 219 0 0.75 0.06 0.09 304.8 0.8 0.57
Hex E9 3A DB 0 4B 6 9 131 50 39
Octal 351 72 333 0 113 6 11 461 120 71
Binary 11101001 111010 11011011 0 1001011 110 1001 100110001 1010000 111001

Color Harmonies of #E93ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93ADB

Black with #E93ADB

Text Example


Text Example

White with #E93ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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