Html Css Color HEX #E721CE Razzle Dazzle Rose

📋 copy color: '#E721CE'

red 231 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E721CE

Tints of Razzle Dazzle Rose #E721CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 49.15%
G = 7.02%
B = 43.83%

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

#E721CE (or 0xE721CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and CE. RGB value is (231,33,206). Sum of RGB (Red+Green+Blue) = 231+33+206=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E721CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721CE is #18DE31. Grayscale: #6F6F6F. Windows color (decimal): -1629746 or 13509095. OLE color: 13509095.

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

Color convert

RGB 231 33 206 -
CMYK 0 0.86 0.11 0.09
HSL 307.58º 0.8% 0.52% -
HSV(B) 307.58º 0.86% 0.91% -
XYZ 44.64 22.53 60.39 -
YUV 111.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 231 33 206 0 0.86 0.11 0.09 307.58 0.8 0.52
Hex E7 21 CE 0 56 B 9 134 50 34
Octal 347 41 316 0 126 13 11 464 120 64
Binary 11100111 100001 11001110 0 1010110 1011 1001 100110100 1010000 110100

Color Harmonies of #E721CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721CE

Black with #E721CE

Text Example


Text Example

White with #E721CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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