Html Css Color HEX #EB4FA2 Brilliant Rose

📋 copy color: '#EB4FA2'

red 235 ◦ green 79 ◦ blue 162

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

Shades of Brilliant Rose #EB4FA2

Tints of Brilliant Rose #EB4FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.6%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 49.37%
G = 16.6%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB4FA2 (or 0xEB4FA2) is known color: Brilliant Rose. HEX triplet: EB, 4F and A2. RGB value is (235,79,162). Sum of RGB (Red+Green+Blue) = 235+79+162=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4FA2 is #14B05D. Grayscale: #868686. Windows color (decimal): -1355870 or 10637291. OLE color: 10637291.

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

Color convert

RGB 235 79 162 -
CMYK 0 0.66 0.31 0.08
HSL 328.08º 0.8% 0.62% -
HSV(B) 328.08º 0.66% 0.92% -
XYZ 43.58 25.86 36.88 -
YUV 135.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 235 79 162 0 0.66 0.31 0.08 328.08 0.8 0.62
Hex EB 4F A2 0 42 1F 8 148 50 3E
Octal 353 117 242 0 102 37 10 510 120 76
Binary 11101011 1001111 10100010 0 1000010 11111 1000 101001000 1010000 111110

Color Harmonies of #EB4FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4FA2

Black with #EB4FA2

Text Example


Text Example

White with #EB4FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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