Html Css Color HEX #EB5BA3 Brilliant Rose

📋 copy color: '#EB5BA3'

red 235 ◦ green 91 ◦ blue 163

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

Shades of Brilliant Rose #EB5BA3

Tints of Brilliant Rose #EB5BA3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

 BLUE value IS 163 (64.06% from 255) = 33.33%

R = 48.06%
G = 18.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB5BA3 (or 0xEB5BA3) is known color: Brilliant Rose. HEX triplet: EB, 5B and A3. RGB value is (235,91,163). Sum of RGB (Red+Green+Blue) = 235+91+163=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5BA3 is #14A45C. Grayscale: #8E8E8E. Windows color (decimal): -1352797 or 10705899. OLE color: 10705899.

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

Color convert

RGB 235 91 163 -
CMYK 0 0.61 0.31 0.08
HSL 330º 0.78% 0.64% -
HSV(B) 330º 0.61% 0.92% -
XYZ 44.61 27.79 37.66 -
YUV 142.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 235 91 163 0 0.61 0.31 0.08 330 0.78 0.64
Hex EB 5B A3 0 3D 1F 8 14A 4E 40
Octal 353 133 243 0 75 37 10 512 116 100
Binary 11101011 1011011 10100011 0 111101 11111 1000 101001010 1001110 1000000

Color Harmonies of #EB5BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5BA3

Black with #EB5BA3

Text Example


Text Example

White with #EB5BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5BA3; }

 p { color: rgb(235,91,163); }

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

background-color css

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

 a { background-color: rgb(235,91,163); }

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

border-color css

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

 span { border-color: rgb(235,91,163); }

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