Html Css Color HEX #EB5AAC Brilliant Rose

📋 copy color: '#EB5AAC'

red 235 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #EB5AAC

Tints of Brilliant Rose #EB5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 47.28%
G = 18.11%
B = 34.61%

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

#EB5AAC (or 0xEB5AAC) is known color: Brilliant Rose. HEX triplet: EB, 5A and AC. RGB value is (235,90,172). Sum of RGB (Red+Green+Blue) = 235+90+172=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AAC is #14A553. Grayscale: #8E8E8E. Windows color (decimal): -1353044 or 11295467. OLE color: 11295467.

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

Color convert

RGB 235 90 172 -
CMYK 0 0.62 0.27 0.08
HSL 326.07º 0.78% 0.64% -
HSV(B) 326.07º 0.62% 0.92% -
XYZ 45.36 27.95 42.03 -
YUV 142.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 235 90 172 0 0.62 0.27 0.08 326.07 0.78 0.64
Hex EB 5A AC 0 3E 1B 8 146 4E 40
Octal 353 132 254 0 76 33 10 506 116 100
Binary 11101011 1011010 10101100 0 111110 11011 1000 101000110 1001110 1000000

Color Harmonies of #EB5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AAC

Black with #EB5AAC

Text Example


Text Example

White with #EB5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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