Html Css Color HEX #EB4AB0 Brilliant Rose

📋 copy color: '#EB4AB0'

red 235 ◦ green 74 ◦ blue 176

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

Shades of Brilliant Rose #EB4AB0

Tints of Brilliant Rose #EB4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 48.45%
G = 15.26%
B = 36.29%

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

#EB4AB0 (or 0xEB4AB0) is known color: Brilliant Rose. HEX triplet: EB, 4A and B0. RGB value is (235,74,176). Sum of RGB (Red+Green+Blue) = 235+74+176=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4AB0 is #14B54F. Grayscale: #858585. Windows color (decimal): -1357136 or 11553515. OLE color: 11553515.

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

Color convert

RGB 235 74 176 -
CMYK 0 0.69 0.25 0.08
HSL 321.99º 0.8% 0.61% -
HSV(B) 321.99º 0.69% 0.92% -
XYZ 44.55 25.69 43.69 -
YUV 133.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 235 74 176 0 0.69 0.25 0.08 321.99 0.8 0.61
Hex EB 4A B0 0 45 19 8 142 50 3D
Octal 353 112 260 0 105 31 10 502 120 75
Binary 11101011 1001010 10110000 0 1000101 11001 1000 101000010 1010000 111101

Color Harmonies of #EB4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4AB0

Black with #EB4AB0

Text Example


Text Example

White with #EB4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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