Html Css Color HEX #E526CC Razzle Dazzle Rose

📋 copy color: '#E526CC'

red 229 ◦ green 38 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E526CC

Tints of Razzle Dazzle Rose #E526CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.07%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 48.62%
G = 8.07%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E526CC (or 0xE526CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and CC. RGB value is (229,38,204). Sum of RGB (Red+Green+Blue) = 229+38+204=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E526CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526CC is #1AD933. Grayscale: #717171. Windows color (decimal): -1759540 or 13379301. OLE color: 13379301.

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

Color convert

RGB 229 38 204 -
CMYK 0 0.83 0.11 0.10
HSL 307.85º 0.79% 0.52% -
HSV(B) 307.85º 0.83% 0.9% -
XYZ 43.91 22.4 59.14 -
YUV 114.03 178.78 210 -
System Red Green Blue C M Y K H S L
Decimal 229 38 204 0 0.83 0.11 0.10 307.85 0.79 0.52
Hex E5 26 CC 0 53 B A 134 4F 34
Octal 345 46 314 0 123 13 12 464 117 64
Binary 11100101 100110 11001100 0 1010011 1011 1010 100110100 1001111 110100

Color Harmonies of #E526CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526CC

Black with #E526CC

Text Example


Text Example

White with #E526CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526CC; }

 p { color: rgb(229,38,204); }

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

background-color css

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

 a { background-color: rgb(229,38,204); }

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

border-color css

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

 span { border-color: rgb(229,38,204); }

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