Html Css Color HEX #E721CD Razzle Dazzle Rose

📋 copy color: '#E721CD'

red 231 ◦ green 33 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E721CD

Tints of Razzle Dazzle Rose #E721CD

RGB

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

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

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

R = 49.25%
G = 7.04%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E721CD (or 0xE721CD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and CD. RGB value is (231,33,205). Sum of RGB (Red+Green+Blue) = 231+33+205=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E721CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721CD is #18DE32. Grayscale: #6F6F6F. Windows color (decimal): -1629747 or 13443559. OLE color: 13443559.

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

Color convert

RGB 231 33 205 -
CMYK 0 0.86 0.11 0.09
HSL 307.88º 0.8% 0.52% -
HSV(B) 307.88º 0.86% 0.91% -
XYZ 44.52 22.48 59.75 -
YUV 111.81 180.6 213.01 -
System Red Green Blue C M Y K H S L
Decimal 231 33 205 0 0.86 0.11 0.09 307.88 0.8 0.52
Hex E7 21 CD 0 56 B 9 134 50 34
Octal 347 41 315 0 126 13 11 464 120 64
Binary 11100111 100001 11001101 0 1010110 1011 1001 100110100 1010000 110100

Color Harmonies of #E721CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721CD

Black with #E721CD

Text Example


Text Example

White with #E721CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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