Html Css Color HEX #EB60A8 Brilliant Rose

📋 copy color: '#EB60A8'

red 235 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #EB60A8

Tints of Brilliant Rose #EB60A8

RGB

 RED value IS 235 (92.19% from 255) = 47.09%

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 47.09%
G = 19.24%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB60A8 (or 0xEB60A8) is known color: Brilliant Rose. HEX triplet: EB, 60 and A8. RGB value is (235,96,168). Sum of RGB (Red+Green+Blue) = 235+96+168=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB60A8 is #149F57. Grayscale: #919191. Windows color (decimal): -1351512 or 11034859. OLE color: 11034859.

HSL color Cylindrical-coordinate representation of color #EB60A8: hue angle of 328.92º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB60A8 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 168 -
CMYK 0 0.59 0.29 0.08
HSL 328.92º 0.78% 0.65% -
HSV(B) 328.92º 0.59% 0.92% -
XYZ 45.51 28.86 40.22 -
YUV 145.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 235 96 168 0 0.59 0.29 0.08 328.92 0.78 0.65
Hex EB 60 A8 0 3B 1D 8 149 4E 41
Octal 353 140 250 0 73 35 10 511 116 101
Binary 11101011 1100000 10101000 0 111011 11101 1000 101001001 1001110 1000001

Color Harmonies of #EB60A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB60A8

Black with #EB60A8

Text Example


Text Example

White with #EB60A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB60A8; }

 p { color: rgb(235,96,168); }

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

background-color css

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

 a { background-color: rgb(235,96,168); }

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

border-color css

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

 span { border-color: rgb(235,96,168); }

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