Html Css Color HEX #E6559F Brilliant Rose

📋 copy color: '#E6559F'

red 230 ◦ green 85 ◦ blue 159

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

Shades of Brilliant Rose #E6559F

Tints of Brilliant Rose #E6559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.93%

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

R = 48.52%
G = 17.93%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6559F (or 0xE6559F) is known color: Brilliant Rose. HEX triplet: E6, 55 and 9F. RGB value is (230,85,159). Sum of RGB (Red+Green+Blue) = 230+85+159=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6559F is #19AA60. Grayscale: #888888. Windows color (decimal): -1682017 or 10442214. OLE color: 10442214.

HSL color Cylindrical-coordinate representation of color #E6559F: hue angle of 329.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6559F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 159 -
CMYK 0 0.63 0.31 0.10
HSL 329.38º 0.74% 0.62% -
HSV(B) 329.38º 0.63% 0.9% -
XYZ 42.14 25.82 35.56 -
YUV 136.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 230 85 159 0 0.63 0.31 0.10 329.38 0.74 0.62
Hex E6 55 9F 0 3F 1F A 149 4A 3E
Octal 346 125 237 0 77 37 12 511 112 76
Binary 11100110 1010101 10011111 0 111111 11111 1010 101001001 1001010 111110

Color Harmonies of #E6559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6559F

Black with #E6559F

Text Example


Text Example

White with #E6559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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