Html Css Color HEX #EB5AAA Brilliant Rose

📋 copy color: '#EB5AAA'

red 235 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #EB5AAA

Tints of Brilliant Rose #EB5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 47.47%
G = 18.18%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB5AAA (or 0xEB5AAA) is known color: Brilliant Rose. HEX triplet: EB, 5A and AA. RGB value is (235,90,170). Sum of RGB (Red+Green+Blue) = 235+90+170=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AAA is #14A555. Grayscale: #8E8E8E. Windows color (decimal): -1353046 or 11164395. OLE color: 11164395.

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

Color convert

RGB 235 90 170 -
CMYK 0 0.62 0.28 0.08
HSL 326.9º 0.78% 0.64% -
HSV(B) 326.9º 0.62% 0.92% -
XYZ 45.17 27.88 41.03 -
YUV 142.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 235 90 170 0 0.62 0.28 0.08 326.9 0.78 0.64
Hex EB 5A AA 0 3E 1C 8 147 4E 40
Octal 353 132 252 0 76 34 10 507 116 100
Binary 11101011 1011010 10101010 0 111110 11100 1000 101000111 1001110 1000000

Color Harmonies of #EB5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AAA

Black with #EB5AAA

Text Example


Text Example

White with #EB5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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