Html Css Color HEX #EB4AAC Brilliant Rose

📋 copy color: '#EB4AAC'

red 235 ◦ green 74 ◦ blue 172

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

Shades of Brilliant Rose #EB4AAC

Tints of Brilliant Rose #EB4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 48.86%
G = 15.38%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB4AAC (or 0xEB4AAC) is known color: Brilliant Rose. HEX triplet: EB, 4A and AC. RGB value is (235,74,172). Sum of RGB (Red+Green+Blue) = 235+74+172=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4AAC is #14B553. Grayscale: #858585. Windows color (decimal): -1357140 or 11291371. OLE color: 11291371.

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

Color convert

RGB 235 74 172 -
CMYK 0 0.69 0.27 0.08
HSL 323.48º 0.8% 0.61% -
HSV(B) 323.48º 0.69% 0.92% -
XYZ 44.16 25.54 41.63 -
YUV 133.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 235 74 172 0 0.69 0.27 0.08 323.48 0.8 0.61
Hex EB 4A AC 0 45 1B 8 143 50 3D
Octal 353 112 254 0 105 33 10 503 120 75
Binary 11101011 1001010 10101100 0 1000101 11011 1000 101000011 1010000 111101

Color Harmonies of #EB4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4AAC

Black with #EB4AAC

Text Example


Text Example

White with #EB4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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