Html Css Color HEX #E961A2 Brilliant Rose

📋 copy color: '#E961A2'

red 233 ◦ green 97 ◦ blue 162

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

Shades of Brilliant Rose #E961A2

Tints of Brilliant Rose #E961A2

RGB

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

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

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

R = 47.36%
G = 19.72%
B = 32.93%

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

#E961A2 (or 0xE961A2) is known color: Brilliant Rose. HEX triplet: E9, 61 and A2. RGB value is (233,97,162). Sum of RGB (Red+Green+Blue) = 233+97+162=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E961A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E961A2 is #169E5D. Grayscale: #909090. Windows color (decimal): -1482334 or 10641897. OLE color: 10641897.

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

Color convert

RGB 233 97 162 -
CMYK 0 0.58 0.30 0.09
HSL 331.32º 0.76% 0.65% -
HSV(B) 331.32º 0.58% 0.91% -
XYZ 44.4 28.48 37.34 -
YUV 145.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 233 97 162 0 0.58 0.30 0.09 331.32 0.76 0.65
Hex E9 61 A2 0 3A 1E 9 14B 4C 41
Octal 351 141 242 0 72 36 11 513 114 101
Binary 11101001 1100001 10100010 0 111010 11110 1001 101001011 1001100 1000001

Color Harmonies of #E961A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961A2

Black with #E961A2

Text Example


Text Example

White with #E961A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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