Html Css Color HEX #E526CA Razzle Dazzle Rose

📋 copy color: '#E526CA'

red 229 ◦ green 38 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E526CA

Tints of Razzle Dazzle Rose #E526CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 48.83%
G = 8.1%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E526CA (or 0xE526CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and CA. RGB value is (229,38,202). Sum of RGB (Red+Green+Blue) = 229+38+202=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E526CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526CA is #1AD935. Grayscale: #717171. Windows color (decimal): -1759542 or 13248229. OLE color: 13248229.

HSL color Cylindrical-coordinate representation of color #E526CA: hue angle of 308.48º 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 #E526CA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 202 -
CMYK 0 0.83 0.12 0.10
HSL 308.48º 0.79% 0.52% -
HSV(B) 308.48º 0.83% 0.9% -
XYZ 43.67 22.31 57.88 -
YUV 113.81 177.78 210.16 -
System Red Green Blue C M Y K H S L
Decimal 229 38 202 0 0.83 0.12 0.10 308.48 0.79 0.52
Hex E5 26 CA 0 53 C A 134 4F 34
Octal 345 46 312 0 123 14 12 464 117 64
Binary 11100101 100110 11001010 0 1010011 1100 1010 100110100 1001111 110100

Color Harmonies of #E526CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526CA

Black with #E526CA

Text Example


Text Example

White with #E526CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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