Html Css Color HEX #EB58A1 Brilliant Rose

📋 copy color: '#EB58A1'

red 235 ◦ green 88 ◦ blue 161

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

Shades of Brilliant Rose #EB58A1

Tints of Brilliant Rose #EB58A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 48.55%
G = 18.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB58A1 (or 0xEB58A1) is known color: Brilliant Rose. HEX triplet: EB, 58 and A1. RGB value is (235,88,161). Sum of RGB (Red+Green+Blue) = 235+88+161=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB58A1 is #14A75E. Grayscale: #8C8C8C. Windows color (decimal): -1353567 or 10574059. OLE color: 10574059.

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

Color convert

RGB 235 88 161 -
CMYK 0 0.63 0.31 0.08
HSL 330.2º 0.79% 0.63% -
HSV(B) 330.2º 0.63% 0.92% -
XYZ 44.18 27.21 36.64 -
YUV 140.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 235 88 161 0 0.63 0.31 0.08 330.2 0.79 0.63
Hex EB 58 A1 0 3F 1F 8 14A 4F 3F
Octal 353 130 241 0 77 37 10 512 117 77
Binary 11101011 1011000 10100001 0 111111 11111 1000 101001010 1001111 111111

Color Harmonies of #EB58A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58A1

Black with #EB58A1

Text Example


Text Example

White with #EB58A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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