Html Css Color HEX #E760A0 Brilliant Rose

📋 copy color: '#E760A0'

red 231 ◦ green 96 ◦ blue 160

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

Shades of Brilliant Rose #E760A0

Tints of Brilliant Rose #E760A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 47.43%
G = 19.71%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E760A0 (or 0xE760A0) is known color: Brilliant Rose. HEX triplet: E7, 60 and A0. RGB value is (231,96,160). Sum of RGB (Red+Green+Blue) = 231+96+160=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E760A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760A0 is #189F5F. Grayscale: #8F8F8F. Windows color (decimal): -1613664 or 10510567. OLE color: 10510567.

HSL color Cylindrical-coordinate representation of color #E760A0: hue angle of 331.56º 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 #E760A0 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 160 -
CMYK 0 0.58 0.31 0.09
HSL 331.56º 0.74% 0.64% -
HSV(B) 331.56º 0.58% 0.91% -
XYZ 43.48 27.89 36.35 -
YUV 143.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 231 96 160 0 0.58 0.31 0.09 331.56 0.74 0.64
Hex E7 60 A0 0 3A 1F 9 14C 4A 40
Octal 347 140 240 0 72 37 11 514 112 100
Binary 11100111 1100000 10100000 0 111010 11111 1001 101001100 1001010 1000000

Color Harmonies of #E760A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760A0

Black with #E760A0

Text Example


Text Example

White with #E760A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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