Html Css Color HEX #E93CDB Razzle Dazzle Rose

📋 copy color: '#E93CDB'

red 233 ◦ green 60 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E93CDB

Tints of Razzle Dazzle Rose #E93CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.72%

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

R = 45.51%
G = 11.72%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E93CDB (or 0xE93CDB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and DB. RGB value is (233,60,219). Sum of RGB (Red+Green+Blue) = 233+60+219=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CDB is #16C324. Grayscale: #818181. Windows color (decimal): -1491749 or 14367977. OLE color: 14367977.

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

Color convert

RGB 233 60 219 -
CMYK 0 0.74 0.06 0.09
HSL 304.86º 0.8% 0.57% -
HSV(B) 304.86º 0.74% 0.91% -
XYZ 48.01 25.67 69.44 -
YUV 129.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 233 60 219 0 0.74 0.06 0.09 304.86 0.8 0.57
Hex E9 3C DB 0 4A 6 9 131 50 39
Octal 351 74 333 0 112 6 11 461 120 71
Binary 11101001 111100 11011011 0 1001010 110 1001 100110001 1010000 111001

Color Harmonies of #E93CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93CDB

Black with #E93CDB

Text Example


Text Example

White with #E93CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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