Html Css Color HEX #E93CCA Razzle Dazzle Rose

📋 copy color: '#E93CCA'

red 233 ◦ green 60 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E93CCA

Tints of Razzle Dazzle Rose #E93CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 47.07%
G = 12.12%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E93CCA (or 0xE93CCA) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and CA. RGB value is (233,60,202). Sum of RGB (Red+Green+Blue) = 233+60+202=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CCA is #16C335. Grayscale: #7F7F7F. Windows color (decimal): -1491766 or 13253865. OLE color: 13253865.

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

Color convert

RGB 233 60 202 -
CMYK 0 0.74 0.13 0.09
HSL 310.75º 0.8% 0.57% -
HSV(B) 310.75º 0.74% 0.91% -
XYZ 45.88 24.82 58.25 -
YUV 127.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 233 60 202 0 0.74 0.13 0.09 310.75 0.8 0.57
Hex E9 3C CA 0 4A D 9 137 50 39
Octal 351 74 312 0 112 15 11 467 120 71
Binary 11101001 111100 11001010 0 1001010 1101 1001 100110111 1010000 111001

Color Harmonies of #E93CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93CCA

Black with #E93CCA

Text Example


Text Example

White with #E93CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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