Html Css Color HEX #EB5AAB Brilliant Rose

📋 copy color: '#EB5AAB'

red 235 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #EB5AAB

Tints of Brilliant Rose #EB5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.15%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 47.38%
G = 18.15%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB5AAB (or 0xEB5AAB) is known color: Brilliant Rose. HEX triplet: EB, 5A and AB. RGB value is (235,90,171). Sum of RGB (Red+Green+Blue) = 235+90+171=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AAB is #14A554. Grayscale: #8E8E8E. Windows color (decimal): -1353045 or 11229931. OLE color: 11229931.

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

Color convert

RGB 235 90 171 -
CMYK 0 0.62 0.27 0.08
HSL 326.48º 0.78% 0.64% -
HSV(B) 326.48º 0.62% 0.92% -
XYZ 45.27 27.91 41.53 -
YUV 142.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 235 90 171 0 0.62 0.27 0.08 326.48 0.78 0.64
Hex EB 5A AB 0 3E 1B 8 146 4E 40
Octal 353 132 253 0 76 33 10 506 116 100
Binary 11101011 1011010 10101011 0 111110 11011 1000 101000110 1001110 1000000

Color Harmonies of #EB5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AAB

Black with #EB5AAB

Text Example


Text Example

White with #EB5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AAB; }

 p { color: rgb(235,90,171); }

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

background-color css

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

 a { background-color: rgb(235,90,171); }

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

border-color css

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

 span { border-color: rgb(235,90,171); }

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