Html Css Color HEX #EB58A8 Brilliant Rose

📋 copy color: '#EB58A8'

red 235 ◦ green 88 ◦ blue 168

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

Shades of Brilliant Rose #EB58A8

Tints of Brilliant Rose #EB58A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 47.86%
G = 17.92%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB58A8 (or 0xEB58A8) is known color: Brilliant Rose. HEX triplet: EB, 58 and A8. RGB value is (235,88,168). Sum of RGB (Red+Green+Blue) = 235+88+168=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB58A8 is #14A757. Grayscale: #8C8C8C. Windows color (decimal): -1353560 or 11032811. OLE color: 11032811.

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

Color convert

RGB 235 88 168 -
CMYK 0 0.63 0.29 0.08
HSL 327.35º 0.79% 0.63% -
HSV(B) 327.35º 0.63% 0.92% -
XYZ 44.82 27.47 39.99 -
YUV 141.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 235 88 168 0 0.63 0.29 0.08 327.35 0.79 0.63
Hex EB 58 A8 0 3F 1D 8 147 4F 3F
Octal 353 130 250 0 77 35 10 507 117 77
Binary 11101011 1011000 10101000 0 111111 11101 1000 101000111 1001111 111111

Color Harmonies of #EB58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58A8

Black with #EB58A8

Text Example


Text Example

White with #EB58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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