Html Css Color HEX #E13CCC Razzle Dazzle Rose

📋 copy color: '#E13CCC'

red 225 ◦ green 60 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E13CCC

Tints of Razzle Dazzle Rose #E13CCC

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

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

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

R = 46.01%
G = 12.27%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13CCC (or 0xE13CCC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and CC. RGB value is (225,60,204). Sum of RGB (Red+Green+Blue) = 225+60+204=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CCC is #1EC333. Grayscale: #7D7D7D. Windows color (decimal): -2016052 or 13384929. OLE color: 13384929.

HSL color Cylindrical-coordinate representation of color #E13CCC: hue angle of 307.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CCC is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 204 -
CMYK 0 0.73 0.09 0.12
HSL 307.64º 0.73% 0.56% -
HSV(B) 307.64º 0.73% 0.88% -
XYZ 43.57 23.6 59.39 -
YUV 125.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 225 60 204 0 0.73 0.09 0.12 307.64 0.73 0.56
Hex E1 3C CC 0 49 9 C 134 49 38
Octal 341 74 314 0 111 11 14 464 111 70
Binary 11100001 111100 11001100 0 1001001 1001 1100 100110100 1001001 111000

Color Harmonies of #E13CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CCC

Black with #E13CCC

Text Example


Text Example

White with #E13CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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