Html Css Color HEX #EB58A0 Brilliant Rose

📋 copy color: '#EB58A0'

red 235 ◦ green 88 ◦ blue 160

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

Shades of Brilliant Rose #EB58A0

Tints of Brilliant Rose #EB58A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

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

R = 48.65%
G = 18.22%
B = 33.13%

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

#EB58A0 (or 0xEB58A0) is known color: Brilliant Rose. HEX triplet: EB, 58 and A0. RGB value is (235,88,160). Sum of RGB (Red+Green+Blue) = 235+88+160=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB58A0 is #14A75F. Grayscale: #8C8C8C. Windows color (decimal): -1353568 or 10508523. OLE color: 10508523.

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

Color convert

RGB 235 88 160 -
CMYK 0 0.63 0.32 0.08
HSL 330.61º 0.79% 0.63% -
HSV(B) 330.61º 0.63% 0.92% -
XYZ 44.1 27.18 36.18 -
YUV 140.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 235 88 160 0 0.63 0.32 0.08 330.61 0.79 0.63
Hex EB 58 A0 0 3F 20 8 14B 4F 3F
Octal 353 130 240 0 77 40 10 513 117 77
Binary 11101011 1011000 10100000 0 111111 100000 1000 101001011 1001111 111111

Color Harmonies of #EB58A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58A0

Black with #EB58A0

Text Example


Text Example

White with #EB58A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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