Html Css Color HEX #E655B0 Brilliant Rose

📋 copy color: '#E655B0'

red 230 ◦ green 85 ◦ blue 176

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

Shades of Brilliant Rose #E655B0

Tints of Brilliant Rose #E655B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 46.84%
G = 17.31%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E655B0 (or 0xE655B0) is known color: Brilliant Rose. HEX triplet: E6, 55 and B0. RGB value is (230,85,176). Sum of RGB (Red+Green+Blue) = 230+85+176=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E655B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E655B0 is #19AA4F. Grayscale: #8A8A8A. Windows color (decimal): -1682000 or 11556326. OLE color: 11556326.

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

Color convert

RGB 230 85 176 -
CMYK 0 0.63 0.23 0.10
HSL 322.34º 0.74% 0.62% -
HSV(B) 322.34º 0.63% 0.9% -
XYZ 43.72 26.45 43.88 -
YUV 138.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 230 85 176 0 0.63 0.23 0.10 322.34 0.74 0.62
Hex E6 55 B0 0 3F 17 A 142 4A 3E
Octal 346 125 260 0 77 27 12 502 112 76
Binary 11100110 1010101 10110000 0 111111 10111 1010 101000010 1001010 111110

Color Harmonies of #E655B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E655B0

Black with #E655B0

Text Example


Text Example

White with #E655B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E655B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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