Html Css Color HEX #EB5AAE Brilliant Rose

📋 copy color: '#EB5AAE'

red 235 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #EB5AAE

Tints of Brilliant Rose #EB5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 47.09%
G = 18.04%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB5AAE (or 0xEB5AAE) is known color: Brilliant Rose. HEX triplet: EB, 5A and AE. RGB value is (235,90,174). Sum of RGB (Red+Green+Blue) = 235+90+174=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AAE is #14A551. Grayscale: #8E8E8E. Windows color (decimal): -1353042 or 11426539. OLE color: 11426539.

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

Color convert

RGB 235 90 174 -
CMYK 0 0.62 0.26 0.08
HSL 325.24º 0.78% 0.64% -
HSV(B) 325.24º 0.62% 0.92% -
XYZ 45.56 28.03 43.05 -
YUV 142.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 235 90 174 0 0.62 0.26 0.08 325.24 0.78 0.64
Hex EB 5A AE 0 3E 1A 8 145 4E 40
Octal 353 132 256 0 76 32 10 505 116 100
Binary 11101011 1011010 10101110 0 111110 11010 1000 101000101 1001110 1000000

Color Harmonies of #EB5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AAE

Black with #EB5AAE

Text Example


Text Example

White with #EB5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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