Html Css Color HEX #E521CF Razzle Dazzle Rose

📋 copy color: '#E521CF'

red 229 ◦ green 33 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E521CF

Tints of Razzle Dazzle Rose #E521CF

RGB

 RED value IS 229 (89.84% from 255) = 48.83%

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

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

R = 48.83%
G = 7.04%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E521CF (or 0xE521CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 21 and CF. RGB value is (229,33,207). Sum of RGB (Red+Green+Blue) = 229+33+207=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E521CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521CF is #1ADE30. Grayscale: #6E6E6E. Windows color (decimal): -1760817 or 13574629. OLE color: 13574629.

HSL color Cylindrical-coordinate representation of color #E521CF: hue angle of 306.73º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521CF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 207 -
CMYK 0 0.86 0.10 0.10
HSL 306.73º 0.79% 0.51% -
HSV(B) 306.73º 0.86% 0.9% -
XYZ 44.12 22.25 61 -
YUV 111.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 229 33 207 0 0.86 0.10 0.10 306.73 0.79 0.51
Hex E5 21 CF 0 56 A A 133 4F 33
Octal 345 41 317 0 126 12 12 463 117 63
Binary 11100101 100001 11001111 0 1010110 1010 1010 100110011 1001111 110011

Color Harmonies of #E521CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521CF

Black with #E521CF

Text Example


Text Example

White with #E521CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521CF; }

 p { color: rgb(229,33,207); }

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

background-color css

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

 a { background-color: rgb(229,33,207); }

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

border-color css

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

 span { border-color: rgb(229,33,207); }

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