Html Css Color HEX #EB51A8 Brilliant Rose

📋 copy color: '#EB51A8'

red 235 ◦ green 81 ◦ blue 168

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

Shades of Brilliant Rose #EB51A8

Tints of Brilliant Rose #EB51A8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.74%

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

R = 48.55%
G = 16.74%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB51A8 (or 0xEB51A8) is known color: Brilliant Rose. HEX triplet: EB, 51 and A8. RGB value is (235,81,168). Sum of RGB (Red+Green+Blue) = 235+81+168=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB51A8 is #14AE57. Grayscale: #888888. Windows color (decimal): -1355352 or 11031019. OLE color: 11031019.

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

Color convert

RGB 235 81 168 -
CMYK 0 0.66 0.29 0.08
HSL 326.1º 0.79% 0.62% -
HSV(B) 326.1º 0.66% 0.92% -
XYZ 44.27 26.37 39.8 -
YUV 136.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 235 81 168 0 0.66 0.29 0.08 326.1 0.79 0.62
Hex EB 51 A8 0 42 1D 8 146 4F 3E
Octal 353 121 250 0 102 35 10 506 117 76
Binary 11101011 1010001 10101000 0 1000010 11101 1000 101000110 1001111 111110

Color Harmonies of #EB51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51A8

Black with #EB51A8

Text Example


Text Example

White with #EB51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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