Html Css Color HEX #E6569E Brilliant Rose

📋 copy color: '#E6569E'

red 230 ◦ green 86 ◦ blue 158

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

Shades of Brilliant Rose #E6569E

Tints of Brilliant Rose #E6569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 48.52%
G = 18.14%
B = 33.33%

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

#E6569E (or 0xE6569E) is known color: Brilliant Rose. HEX triplet: E6, 56 and 9E. RGB value is (230,86,158). Sum of RGB (Red+Green+Blue) = 230+86+158=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6569E is #19A961. Grayscale: #898989. Windows color (decimal): -1681762 or 10376934. OLE color: 10376934.

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

Color convert

RGB 230 86 158 -
CMYK 0 0.63 0.31 0.10
HSL 330º 0.74% 0.62% -
HSV(B) 330º 0.63% 0.9% -
XYZ 42.13 25.95 35.14 -
YUV 137.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 230 86 158 0 0.63 0.31 0.10 330 0.74 0.62
Hex E6 56 9E 0 3F 1F A 14A 4A 3E
Octal 346 126 236 0 77 37 12 512 112 76
Binary 11100110 1010110 10011110 0 111111 11111 1010 101001010 1001010 111110

Color Harmonies of #E6569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6569E

Black with #E6569E

Text Example


Text Example

White with #E6569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6569E; }

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

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

background-color css

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

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

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

border-color css

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

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

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