Html Css Color HEX #E6569B Brilliant Rose

📋 copy color: '#E6569B'

red 230 ◦ green 86 ◦ blue 155

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

Shades of Brilliant Rose #E6569B

Tints of Brilliant Rose #E6569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 48.83%
G = 18.26%
B = 32.91%

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

#E6569B (or 0xE6569B) is known color: Brilliant Rose. HEX triplet: E6, 56 and 9B. RGB value is (230,86,155). Sum of RGB (Red+Green+Blue) = 230+86+155=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6569B is #19A964. Grayscale: #888888. Windows color (decimal): -1681765 or 10180326. OLE color: 10180326.

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

Color convert

RGB 230 86 155 -
CMYK 0 0.63 0.33 0.10
HSL 331.25º 0.74% 0.62% -
HSV(B) 331.25º 0.63% 0.9% -
XYZ 41.88 25.85 33.79 -
YUV 136.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 230 86 155 0 0.63 0.33 0.10 331.25 0.74 0.62
Hex E6 56 9B 0 3F 21 A 14B 4A 3E
Octal 346 126 233 0 77 41 12 513 112 76
Binary 11100110 1010110 10011011 0 111111 100001 1010 101001011 1001010 111110

Color Harmonies of #E6569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6569B

Black with #E6569B

Text Example


Text Example

White with #E6569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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