Html Css Color HEX #EB51A0 Brilliant Rose

📋 copy color: '#EB51A0'

red 235 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #EB51A0

Tints of Brilliant Rose #EB51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

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

R = 49.37%
G = 17.02%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB51A0 (or 0xEB51A0) is known color: Brilliant Rose. HEX triplet: EB, 51 and A0. RGB value is (235,81,160). Sum of RGB (Red+Green+Blue) = 235+81+160=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB51A0 is #14AE5F. Grayscale: #878787. Windows color (decimal): -1355360 or 10506731. OLE color: 10506731.

HSL color Cylindrical-coordinate representation of color #EB51A0: hue angle of 329.22º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB51A0 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 160 -
CMYK 0 0.66 0.32 0.08
HSL 329.22º 0.79% 0.62% -
HSV(B) 329.22º 0.66% 0.92% -
XYZ 43.55 26.09 36 -
YUV 136.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 235 81 160 0 0.66 0.32 0.08 329.22 0.79 0.62
Hex EB 51 A0 0 42 20 8 149 4F 3E
Octal 353 121 240 0 102 40 10 511 117 76
Binary 11101011 1010001 10100000 0 1000010 100000 1000 101001001 1001111 111110

Color Harmonies of #EB51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51A0

Black with #EB51A0

Text Example


Text Example

White with #EB51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51A0; }

 p { color: rgb(235,81,160); }

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

background-color css

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

 a { background-color: rgb(235,81,160); }

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

border-color css

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

 span { border-color: rgb(235,81,160); }

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