Html Css Color HEX #E6529D Brilliant Rose

📋 copy color: '#E6529D'

red 230 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #E6529D

Tints of Brilliant Rose #E6529D

RGB

 RED value IS 230 (90.23% from 255) = 49.04%

 GREEN value IS 82 (32.42% from 255) = 17.48%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 49.04%
G = 17.48%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6529D (or 0xE6529D) is known color: Brilliant Rose. HEX triplet: E6, 52 and 9D. RGB value is (230,82,157). Sum of RGB (Red+Green+Blue) = 230+82+157=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6529D is #19AD62. Grayscale: #868686. Windows color (decimal): -1682787 or 10310374. OLE color: 10310374.

HSL color Cylindrical-coordinate representation of color #E6529D: hue angle of 329.59º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6529D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 157 -
CMYK 0 0.64 0.32 0.10
HSL 329.59º 0.75% 0.61% -
HSV(B) 329.59º 0.64% 0.9% -
XYZ 41.74 25.29 34.58 -
YUV 134.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 230 82 157 0 0.64 0.32 0.10 329.59 0.75 0.61
Hex E6 52 9D 0 40 20 A 14A 4B 3D
Octal 346 122 235 0 100 40 12 512 113 75
Binary 11100110 1010010 10011101 0 1000000 100000 1010 101001010 1001011 111101

Color Harmonies of #E6529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6529D

Black with #E6529D

Text Example


Text Example

White with #E6529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6529D; }

 p { color: rgb(230,82,157); }

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

background-color css

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

 a { background-color: rgb(230,82,157); }

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

border-color css

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

 span { border-color: rgb(230,82,157); }

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