Html Css Color HEX #E756A4 Brilliant Rose

📋 copy color: '#E756A4'

red 231 ◦ green 86 ◦ blue 164

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

Shades of Brilliant Rose #E756A4

Tints of Brilliant Rose #E756A4

RGB

 RED value IS 231 (90.63% from 255) = 48.02%

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

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 48.02%
G = 17.88%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E756A4 (or 0xE756A4) is known color: Brilliant Rose. HEX triplet: E7, 56 and A4. RGB value is (231,86,164). Sum of RGB (Red+Green+Blue) = 231+86+164=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E756A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E756A4 is #18A95B. Grayscale: #8A8A8A. Windows color (decimal): -1616220 or 10770151. OLE color: 10770151.

HSL color Cylindrical-coordinate representation of color #E756A4: hue angle of 327.72º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756A4 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 164 -
CMYK 0 0.63 0.29 0.09
HSL 327.72º 0.75% 0.62% -
HSV(B) 327.72º 0.63% 0.91% -
XYZ 42.98 26.32 37.94 -
YUV 138.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 231 86 164 0 0.63 0.29 0.09 327.72 0.75 0.62
Hex E7 56 A4 0 3F 1D 9 148 4B 3E
Octal 347 126 244 0 77 35 11 510 113 76
Binary 11100111 1010110 10100100 0 111111 11101 1001 101001000 1001011 111110

Color Harmonies of #E756A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E756A4

Black with #E756A4

Text Example


Text Example

White with #E756A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E756A4; }

 p { color: rgb(231,86,164); }

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

background-color css

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

 a { background-color: rgb(231,86,164); }

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

border-color css

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

 span { border-color: rgb(231,86,164); }

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