Html Css Color HEX #E760A2 Brilliant Rose

📋 copy color: '#E760A2'

red 231 ◦ green 96 ◦ blue 162

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

Shades of Brilliant Rose #E760A2

Tints of Brilliant Rose #E760A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 47.24%
G = 19.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E760A2 (or 0xE760A2) is known color: Brilliant Rose. HEX triplet: E7, 60 and A2. RGB value is (231,96,162). Sum of RGB (Red+Green+Blue) = 231+96+162=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E760A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760A2 is #189F5D. Grayscale: #8F8F8F. Windows color (decimal): -1613662 or 10641639. OLE color: 10641639.

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

Color convert

RGB 231 96 162 -
CMYK 0 0.58 0.30 0.09
HSL 330.67º 0.74% 0.64% -
HSV(B) 330.67º 0.58% 0.91% -
XYZ 43.66 27.96 37.28 -
YUV 143.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 231 96 162 0 0.58 0.30 0.09 330.67 0.74 0.64
Hex E7 60 A2 0 3A 1E 9 14B 4A 40
Octal 347 140 242 0 72 36 11 513 112 100
Binary 11100111 1100000 10100010 0 111010 11110 1001 101001011 1001010 1000000

Color Harmonies of #E760A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760A2

Black with #E760A2

Text Example


Text Example

White with #E760A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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