Html Css Color HEX #EB57A0 Brilliant Rose

📋 copy color: '#EB57A0'

red 235 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #EB57A0

Tints of Brilliant Rose #EB57A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 48.76%
G = 18.05%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB57A0 (or 0xEB57A0) is known color: Brilliant Rose. HEX triplet: EB, 57 and A0. RGB value is (235,87,160). Sum of RGB (Red+Green+Blue) = 235+87+160=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB57A0 is #14A85F. Grayscale: #8B8B8B. Windows color (decimal): -1353824 or 10508267. OLE color: 10508267.

HSL color Cylindrical-coordinate representation of color #EB57A0: hue angle of 330.41º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB57A0 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 87 160 -
CMYK 0 0.63 0.32 0.08
HSL 330.41º 0.79% 0.63% -
HSV(B) 330.41º 0.63% 0.92% -
XYZ 44.01 27.02 36.15 -
YUV 139.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 235 87 160 0 0.63 0.32 0.08 330.41 0.79 0.63
Hex EB 57 A0 0 3F 20 8 14A 4F 3F
Octal 353 127 240 0 77 40 10 512 117 77
Binary 11101011 1010111 10100000 0 111111 100000 1000 101001010 1001111 111111

Color Harmonies of #EB57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB57A0

Black with #EB57A0

Text Example


Text Example

White with #EB57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB57A0; }

 p { color: rgb(235,87,160); }

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

background-color css

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

 a { background-color: rgb(235,87,160); }

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

border-color css

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

 span { border-color: rgb(235,87,160); }

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