Html Css Color HEX #E72FEF Razzle Dazzle Rose

📋 copy color: '#E72FEF'

red 231 ◦ green 47 ◦ blue 239

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

Shades of Razzle Dazzle Rose #E72FEF

Tints of Razzle Dazzle Rose #E72FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.09%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 44.68%
G = 9.09%
B = 46.23%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E72FEF (or 0xE72FEF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and EF. RGB value is (231,47,239). Sum of RGB (Red+Green+Blue) = 231+47+239=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #E72FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FEF is #18D010. Grayscale: #7B7B7B. Windows color (decimal): -1626129 or 15675367. OLE color: 15675367.

HSL color Cylindrical-coordinate representation of color #E72FEF: hue angle of 297.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FEF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 47 239 -
CMYK 0.03 0.80 0 0.06
HSL 297.5º 0.86% 0.56% -
HSV(B) 297.5º 0.8% 0.94% -
XYZ 49.55 25.25 83.92 -
YUV 123.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 231 47 239 0.03 0.80 0 0.06 297.5 0.86 0.56
Hex E7 2F EF 3 50 0 6 12A 56 38
Octal 347 57 357 3 120 0 6 452 126 70
Binary 11100111 101111 11101111 11 1010000 0 110 100101010 1010110 111000

Color Harmonies of #E72FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FEF

Black with #E72FEF

Text Example


Text Example

White with #E72FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FEF; }

 p { color: rgb(231,47,239); }

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

background-color css

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

 a { background-color: rgb(231,47,239); }

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

border-color css

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

 span { border-color: rgb(231,47,239); }

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