Html Css Color HEX #E6559A Brilliant Rose

📋 copy color: '#E6559A'

red 230 ◦ green 85 ◦ blue 154

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

Shades of Brilliant Rose #E6559A

Tints of Brilliant Rose #E6559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 49.04%
G = 18.12%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6559A (or 0xE6559A) is known color: Brilliant Rose. HEX triplet: E6, 55 and 9A. RGB value is (230,85,154). Sum of RGB (Red+Green+Blue) = 230+85+154=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6559A is #19AA65. Grayscale: #888888. Windows color (decimal): -1682022 or 10114534. OLE color: 10114534.

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

Color convert

RGB 230 85 154 -
CMYK 0 0.63 0.33 0.10
HSL 331.45º 0.74% 0.62% -
HSV(B) 331.45º 0.63% 0.9% -
XYZ 41.71 25.65 33.32 -
YUV 136.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 230 85 154 0 0.63 0.33 0.10 331.45 0.74 0.62
Hex E6 55 9A 0 3F 21 A 14B 4A 3E
Octal 346 125 232 0 77 41 12 513 112 76
Binary 11100110 1010101 10011010 0 111111 100001 1010 101001011 1001010 111110

Color Harmonies of #E6559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6559A

Black with #E6559A

Text Example


Text Example

White with #E6559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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