Html Css Color HEX #E93CCD Razzle Dazzle Rose

📋 copy color: '#E93CCD'

red 233 ◦ green 60 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E93CCD

Tints of Razzle Dazzle Rose #E93CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 46.79%
G = 12.05%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E93CCD (or 0xE93CCD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and CD. RGB value is (233,60,205). Sum of RGB (Red+Green+Blue) = 233+60+205=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CCD is #16C332. Grayscale: #7F7F7F. Windows color (decimal): -1491763 or 13450473. OLE color: 13450473.

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

Color convert

RGB 233 60 205 -
CMYK 0 0.74 0.12 0.09
HSL 309.71º 0.8% 0.57% -
HSV(B) 309.71º 0.74% 0.91% -
XYZ 46.24 24.96 60.14 -
YUV 128.26 171.31 202.71 -
System Red Green Blue C M Y K H S L
Decimal 233 60 205 0 0.74 0.12 0.09 309.71 0.8 0.57
Hex E9 3C CD 0 4A C 9 136 50 39
Octal 351 74 315 0 112 14 11 466 120 71
Binary 11101001 111100 11001101 0 1001010 1100 1001 100110110 1010000 111001

Color Harmonies of #E93CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93CCD

Black with #E93CCD

Text Example


Text Example

White with #E93CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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