Html Css Color HEX #EB519A Brilliant Rose

📋 copy color: '#EB519A'

red 235 ◦ green 81 ◦ blue 154

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

Shades of Brilliant Rose #EB519A

Tints of Brilliant Rose #EB519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 50%
G = 17.23%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB519A (or 0xEB519A) is known color: Brilliant Rose. HEX triplet: EB, 51 and 9A. RGB value is (235,81,154). Sum of RGB (Red+Green+Blue) = 235+81+154=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB519A is #14AE65. Grayscale: #878787. Windows color (decimal): -1355366 or 10113515. OLE color: 10113515.

HSL color Cylindrical-coordinate representation of color #EB519A: hue angle of 331.56º 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 #EB519A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 154 -
CMYK 0 0.66 0.34 0.08
HSL 331.56º 0.79% 0.62% -
HSV(B) 331.56º 0.66% 0.92% -
XYZ 43.04 25.88 33.3 -
YUV 135.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 235 81 154 0 0.66 0.34 0.08 331.56 0.79 0.62
Hex EB 51 9A 0 42 22 8 14C 4F 3E
Octal 353 121 232 0 102 42 10 514 117 76
Binary 11101011 1010001 10011010 0 1000010 100010 1000 101001100 1001111 111110

Color Harmonies of #EB519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB519A

Black with #EB519A

Text Example


Text Example

White with #EB519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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