Html Css Color HEX #EB4AAA Brilliant Rose

📋 copy color: '#EB4AAA'

red 235 ◦ green 74 ◦ blue 170

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

Shades of Brilliant Rose #EB4AAA

Tints of Brilliant Rose #EB4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 49.06%
G = 15.45%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB4AAA (or 0xEB4AAA) is known color: Brilliant Rose. HEX triplet: EB, 4A and AA. RGB value is (235,74,170). Sum of RGB (Red+Green+Blue) = 235+74+170=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4AAA is #14B555. Grayscale: #848484. Windows color (decimal): -1357142 or 11160299. OLE color: 11160299.

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

Color convert

RGB 235 74 170 -
CMYK 0 0.69 0.28 0.08
HSL 324.22º 0.8% 0.61% -
HSV(B) 324.22º 0.69% 0.92% -
XYZ 43.97 25.46 40.63 -
YUV 133.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 235 74 170 0 0.69 0.28 0.08 324.22 0.8 0.61
Hex EB 4A AA 0 45 1C 8 144 50 3D
Octal 353 112 252 0 105 34 10 504 120 75
Binary 11101011 1001010 10101010 0 1000101 11100 1000 101000100 1010000 111101

Color Harmonies of #EB4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4AAA

Black with #EB4AAA

Text Example


Text Example

White with #EB4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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