Html Css Color HEX #E760A8 Brilliant Rose

📋 copy color: '#E760A8'

red 231 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #E760A8

Tints of Brilliant Rose #E760A8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.39%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 46.67%
G = 19.39%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E760A8 (or 0xE760A8) is known color: Brilliant Rose. HEX triplet: E7, 60 and A8. RGB value is (231,96,168). Sum of RGB (Red+Green+Blue) = 231+96+168=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E760A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760A8 is #189F57. Grayscale: #909090. Windows color (decimal): -1613656 or 11034855. OLE color: 11034855.

HSL color Cylindrical-coordinate representation of color #E760A8: hue angle of 328º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760A8 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 168 -
CMYK 0 0.58 0.27 0.09
HSL 328º 0.74% 0.64% -
HSV(B) 328º 0.58% 0.91% -
XYZ 44.21 28.18 40.16 -
YUV 144.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 231 96 168 0 0.58 0.27 0.09 328 0.74 0.64
Hex E7 60 A8 0 3A 1B 9 148 4A 40
Octal 347 140 250 0 72 33 11 510 112 100
Binary 11100111 1100000 10101000 0 111010 11011 1001 101001000 1001010 1000000

Color Harmonies of #E760A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760A8

Black with #E760A8

Text Example


Text Example

White with #E760A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760A8; }

 p { color: rgb(231,96,168); }

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

background-color css

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

 a { background-color: rgb(231,96,168); }

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

border-color css

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

 span { border-color: rgb(231,96,168); }

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