Html Css Color HEX #E6529F Brilliant Rose

📋 copy color: '#E6529F'

red 230 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #E6529F

Tints of Brilliant Rose #E6529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 48.83%
G = 17.41%
B = 33.76%

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

#E6529F (or 0xE6529F) is known color: Brilliant Rose. HEX triplet: E6, 52 and 9F. RGB value is (230,82,159). Sum of RGB (Red+Green+Blue) = 230+82+159=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6529F is #19AD60. Grayscale: #868686. Windows color (decimal): -1682785 or 10441446. OLE color: 10441446.

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

Color convert

RGB 230 82 159 -
CMYK 0 0.64 0.31 0.10
HSL 328.78º 0.75% 0.61% -
HSV(B) 328.78º 0.64% 0.9% -
XYZ 41.91 25.36 35.49 -
YUV 135.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 230 82 159 0 0.64 0.31 0.10 328.78 0.75 0.61
Hex E6 52 9F 0 40 1F A 149 4B 3D
Octal 346 122 237 0 100 37 12 511 113 75
Binary 11100110 1010010 10011111 0 1000000 11111 1010 101001001 1001011 111101

Color Harmonies of #E6529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6529F

Black with #E6529F

Text Example


Text Example

White with #E6529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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