Html Css Color HEX #E960A0 Brilliant Rose

📋 copy color: '#E960A0'

red 233 ◦ green 96 ◦ blue 160

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

Shades of Brilliant Rose #E960A0

Tints of Brilliant Rose #E960A0

RGB

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

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

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

R = 47.65%
G = 19.63%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E960A0 (or 0xE960A0) is known color: Brilliant Rose. HEX triplet: E9, 60 and A0. RGB value is (233,96,160). Sum of RGB (Red+Green+Blue) = 233+96+160=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E960A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960A0 is #169F5F. Grayscale: #909090. Windows color (decimal): -1482592 or 10510569. OLE color: 10510569.

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

Color convert

RGB 233 96 160 -
CMYK 0 0.59 0.31 0.09
HSL 331.97º 0.76% 0.65% -
HSV(B) 331.97º 0.59% 0.91% -
XYZ 44.13 28.23 36.38 -
YUV 144.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 233 96 160 0 0.59 0.31 0.09 331.97 0.76 0.65
Hex E9 60 A0 0 3B 1F 9 14C 4C 41
Octal 351 140 240 0 73 37 11 514 114 101
Binary 11101001 1100000 10100000 0 111011 11111 1001 101001100 1001100 1000001

Color Harmonies of #E960A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960A0

Black with #E960A0

Text Example


Text Example

White with #E960A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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