Html Css Color HEX #E961A4 Brilliant Rose

📋 copy color: '#E961A4'

red 233 ◦ green 97 ◦ blue 164

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

Shades of Brilliant Rose #E961A4

Tints of Brilliant Rose #E961A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 47.17%
G = 19.64%
B = 33.2%

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

#E961A4 (or 0xE961A4) is known color: Brilliant Rose. HEX triplet: E9, 61 and A4. RGB value is (233,97,164). Sum of RGB (Red+Green+Blue) = 233+97+164=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E961A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E961A4 is #169E5B. Grayscale: #919191. Windows color (decimal): -1482332 or 10772969. OLE color: 10772969.

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

Color convert

RGB 233 97 164 -
CMYK 0 0.58 0.30 0.09
HSL 330.44º 0.76% 0.65% -
HSV(B) 330.44º 0.58% 0.91% -
XYZ 44.58 28.55 38.28 -
YUV 145.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 233 97 164 0 0.58 0.30 0.09 330.44 0.76 0.65
Hex E9 61 A4 0 3A 1E 9 14A 4C 41
Octal 351 141 244 0 72 36 11 512 114 101
Binary 11101001 1100001 10100100 0 111010 11110 1001 101001010 1001100 1000001

Color Harmonies of #E961A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961A4

Black with #E961A4

Text Example


Text Example

White with #E961A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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