Html Css Color HEX #E73CCC Razzle Dazzle Rose

📋 copy color: '#E73CCC'

red 231 ◦ green 60 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E73CCC

Tints of Razzle Dazzle Rose #E73CCC

RGB

 RED value IS 231 (90.63% from 255) = 46.67%

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 46.67%
G = 12.12%
B = 41.21%

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

#E73CCC (or 0xE73CCC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3C and CC. RGB value is (231,60,204). Sum of RGB (Red+Green+Blue) = 231+60+204=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CCC is #18C333. Grayscale: #7F7F7F. Windows color (decimal): -1622836 or 13384935. OLE color: 13384935.

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

Color convert

RGB 231 60 204 -
CMYK 0 0.74 0.12 0.09
HSL 309.47º 0.78% 0.57% -
HSV(B) 309.47º 0.74% 0.91% -
XYZ 45.47 24.58 59.47 -
YUV 127.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 231 60 204 0 0.74 0.12 0.09 309.47 0.78 0.57
Hex E7 3C CC 0 4A C 9 135 4E 39
Octal 347 74 314 0 112 14 11 465 116 71
Binary 11100111 111100 11001100 0 1001010 1100 1001 100110101 1001110 111001

Color Harmonies of #E73CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CCC

Black with #E73CCC

Text Example


Text Example

White with #E73CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CCC; }

 p { color: rgb(231,60,204); }

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

background-color css

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

 a { background-color: rgb(231,60,204); }

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

border-color css

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

 span { border-color: rgb(231,60,204); }

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