Html Css Color HEX #EB4AB1 Brilliant Rose

📋 copy color: '#EB4AB1'

red 235 ◦ green 74 ◦ blue 177

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

Shades of Brilliant Rose #EB4AB1

Tints of Brilliant Rose #EB4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.23%

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 48.35%
G = 15.23%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB4AB1 (or 0xEB4AB1) is known color: Brilliant Rose. HEX triplet: EB, 4A and B1. RGB value is (235,74,177). Sum of RGB (Red+Green+Blue) = 235+74+177=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4AB1 is #14B54E. Grayscale: #858585. Windows color (decimal): -1357135 or 11619051. OLE color: 11619051.

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

Color convert

RGB 235 74 177 -
CMYK 0 0.69 0.25 0.08
HSL 321.61º 0.8% 0.61% -
HSV(B) 321.61º 0.69% 0.92% -
XYZ 44.65 25.73 44.21 -
YUV 133.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 235 74 177 0 0.69 0.25 0.08 321.61 0.8 0.61
Hex EB 4A B1 0 45 19 8 142 50 3D
Octal 353 112 261 0 105 31 10 502 120 75
Binary 11101011 1001010 10110001 0 1000101 11001 1000 101000010 1010000 111101

Color Harmonies of #EB4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4AB1

Black with #EB4AB1

Text Example


Text Example

White with #EB4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4AB1; }

 p { color: rgb(235,74,177); }

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

background-color css

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

 a { background-color: rgb(235,74,177); }

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

border-color css

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

 span { border-color: rgb(235,74,177); }

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