Html Css Color HEX #E721CC Razzle Dazzle Rose

📋 copy color: '#E721CC'

red 231 ◦ green 33 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E721CC

Tints of Razzle Dazzle Rose #E721CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.05%

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

R = 49.36%
G = 7.05%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E721CC (or 0xE721CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and CC. RGB value is (231,33,204). Sum of RGB (Red+Green+Blue) = 231+33+204=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E721CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721CC is #18DE33. Grayscale: #6F6F6F. Windows color (decimal): -1629748 or 13378023. OLE color: 13378023.

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

Color convert

RGB 231 33 204 -
CMYK 0 0.86 0.12 0.09
HSL 308.18º 0.8% 0.52% -
HSV(B) 308.18º 0.86% 0.91% -
XYZ 44.4 22.44 59.12 -
YUV 111.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 231 33 204 0 0.86 0.12 0.09 308.18 0.8 0.52
Hex E7 21 CC 0 56 C 9 134 50 34
Octal 347 41 314 0 126 14 11 464 120 64
Binary 11100111 100001 11001100 0 1010110 1100 1001 100110100 1010000 110100

Color Harmonies of #E721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721CC

Black with #E721CC

Text Example


Text Example

White with #E721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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