Html Css Color HEX #E6569D Brilliant Rose

📋 copy color: '#E6569D'

red 230 ◦ green 86 ◦ blue 157

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

Shades of Brilliant Rose #E6569D

Tints of Brilliant Rose #E6569D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 48.63%
G = 18.18%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6569D (or 0xE6569D) is known color: Brilliant Rose. HEX triplet: E6, 56 and 9D. RGB value is (230,86,157). Sum of RGB (Red+Green+Blue) = 230+86+157=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6569D is #19A962. Grayscale: #898989. Windows color (decimal): -1681763 or 10311398. OLE color: 10311398.

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

Color convert

RGB 230 86 157 -
CMYK 0 0.63 0.32 0.10
HSL 330.42º 0.74% 0.62% -
HSV(B) 330.42º 0.63% 0.9% -
XYZ 42.05 25.91 34.68 -
YUV 137.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 230 86 157 0 0.63 0.32 0.10 330.42 0.74 0.62
Hex E6 56 9D 0 3F 20 A 14A 4A 3E
Octal 346 126 235 0 77 40 12 512 112 76
Binary 11100110 1010110 10011101 0 111111 100000 1010 101001010 1001010 111110

Color Harmonies of #E6569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6569D

Black with #E6569D

Text Example


Text Example

White with #E6569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6569D; }

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

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

background-color css

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

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

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

border-color css

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

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

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