Html Css Color HEX #E6529E Brilliant Rose

📋 copy color: '#E6529E'

red 230 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #E6529E

Tints of Brilliant Rose #E6529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 48.94%
G = 17.45%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6529E (or 0xE6529E) is known color: Brilliant Rose. HEX triplet: E6, 52 and 9E. RGB value is (230,82,158). Sum of RGB (Red+Green+Blue) = 230+82+158=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6529E is #19AD61. Grayscale: #868686. Windows color (decimal): -1682786 or 10375910. OLE color: 10375910.

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

Color convert

RGB 230 82 158 -
CMYK 0 0.64 0.31 0.10
HSL 329.19º 0.75% 0.61% -
HSV(B) 329.19º 0.64% 0.9% -
XYZ 41.82 25.33 35.03 -
YUV 134.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 230 82 158 0 0.64 0.31 0.10 329.19 0.75 0.61
Hex E6 52 9E 0 40 1F A 149 4B 3D
Octal 346 122 236 0 100 37 12 511 113 75
Binary 11100110 1010010 10011110 0 1000000 11111 1010 101001001 1001011 111101

Color Harmonies of #E6529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6529E

Black with #E6529E

Text Example


Text Example

White with #E6529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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