Html Css Color HEX #EB4BA6 Brilliant Rose

📋 copy color: '#EB4BA6'

red 235 ◦ green 75 ◦ blue 166

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

Shades of Brilliant Rose #EB4BA6

Tints of Brilliant Rose #EB4BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 49.37%
G = 15.76%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB4BA6 (or 0xEB4BA6) is known color: Brilliant Rose. HEX triplet: EB, 4B and A6. RGB value is (235,75,166). Sum of RGB (Red+Green+Blue) = 235+75+166=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4BA6 is #14B459. Grayscale: #858585. Windows color (decimal): -1356890 or 10898411. OLE color: 10898411.

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

Color convert

RGB 235 75 166 -
CMYK 0 0.68 0.29 0.08
HSL 325.88º 0.8% 0.61% -
HSV(B) 325.88º 0.68% 0.92% -
XYZ 43.66 25.45 38.69 -
YUV 133.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 235 75 166 0 0.68 0.29 0.08 325.88 0.8 0.61
Hex EB 4B A6 0 44 1D 8 146 50 3D
Octal 353 113 246 0 104 35 10 506 120 75
Binary 11101011 1001011 10100110 0 1000100 11101 1000 101000110 1010000 111101

Color Harmonies of #EB4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4BA6

Black with #EB4BA6

Text Example


Text Example

White with #EB4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4BA6; }

 p { color: rgb(235,75,166); }

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

background-color css

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

 a { background-color: rgb(235,75,166); }

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

border-color css

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

 span { border-color: rgb(235,75,166); }

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