#EB4FAA

Color #EB4FAA Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EB4FAA

Tints of Brilliant Rose #EB4FAA

Color information

#EB4FAA (or 0xEB4FAA) is unknown color: approx Brilliant Rose. HEX triplet: EB, 4F and AA. RGB value is (235,79,170). Sum of RGB (Red+Green+Blue) = 235+79+170=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4FAA is #14B055. Grayscale: #878787. Windows color (decimal): -1355862 or 11161579. OLE color: 11161579.

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

Color convert

RGB23579170-
CMYK00.660.280.08
HSL325º79.59%61.57%-
HSV(B)325º66.38%92.16%-
XYZ44.3126.1640.74-
YUV136.02147.18198.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=48.55%
G=16.32%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357917000.660.280.0832579.5961.57
HexEB4FAA0421C8145503e
Octal3531172520102341050512076
Binary11101011100111110101010010000101110010001010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FAA; }

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

 H1.HeaderClassName
 {
   color: #EB4FAA;
 }
 .AnyTagClassName
 {
   color: #EB4FAA;
 }
</style>
background-color css

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

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

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

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

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

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