Html Css Color HEX #E720CF Razzle Dazzle Rose

📋 copy color: '#E720CF'

red 231 ◦ green 32 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E720CF

Tints of Razzle Dazzle Rose #E720CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.81%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 49.15%
G = 6.81%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E720CF (or 0xE720CF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 20 and CF. RGB value is (231,32,207). Sum of RGB (Red+Green+Blue) = 231+32+207=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E720CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720CF is #18DF30. Grayscale: #6E6E6E. Windows color (decimal): -1630001 or 13574375. OLE color: 13574375.

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

Color convert

RGB 231 32 207 -
CMYK 0 0.86 0.10 0.09
HSL 307.24º 0.81% 0.52% -
HSV(B) 307.24º 0.86% 0.91% -
XYZ 44.73 22.53 61.02 -
YUV 111.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 231 32 207 0 0.86 0.10 0.09 307.24 0.81 0.52
Hex E7 20 CF 0 56 A 9 133 51 34
Octal 347 40 317 0 126 12 11 463 121 64
Binary 11100111 100000 11001111 0 1010110 1010 1001 100110011 1010001 110100

Color Harmonies of #E720CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720CF

Black with #E720CF

Text Example


Text Example

White with #E720CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720CF; }

 p { color: rgb(231,32,207); }

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

background-color css

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

 a { background-color: rgb(231,32,207); }

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

border-color css

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

 span { border-color: rgb(231,32,207); }

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