Html Css Color HEX #E961A0 Brilliant Rose

📋 copy color: '#E961A0'

red 233 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #E961A0

Tints of Brilliant Rose #E961A0

RGB

 RED value IS 233 (91.41% from 255) = 47.55%

 GREEN value IS 97 (38.28% from 255) = 19.8%

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

R = 47.55%
G = 19.8%
B = 32.65%

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

#E961A0 (or 0xE961A0) is known color: Brilliant Rose. HEX triplet: E9, 61 and A0. RGB value is (233,97,160). Sum of RGB (Red+Green+Blue) = 233+97+160=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E961A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E961A0 is #169E5F. Grayscale: #909090. Windows color (decimal): -1482336 or 10510825. OLE color: 10510825.

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

Color convert

RGB 233 97 160 -
CMYK 0 0.58 0.31 0.09
HSL 332.21º 0.76% 0.65% -
HSV(B) 332.21º 0.58% 0.91% -
XYZ 44.22 28.41 36.41 -
YUV 144.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 233 97 160 0 0.58 0.31 0.09 332.21 0.76 0.65
Hex E9 61 A0 0 3A 1F 9 14C 4C 41
Octal 351 141 240 0 72 37 11 514 114 101
Binary 11101001 1100001 10100000 0 111010 11111 1001 101001100 1001100 1000001

Color Harmonies of #E961A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961A0

Black with #E961A0

Text Example


Text Example

White with #E961A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961A0; }

 p { color: rgb(233,97,160); }

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

background-color css

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

 a { background-color: rgb(233,97,160); }

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

border-color css

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

 span { border-color: rgb(233,97,160); }

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