Html Css Color HEX #EB4BA2 Brilliant Rose

📋 copy color: '#EB4BA2'

red 235 ◦ green 75 ◦ blue 162

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

Shades of Brilliant Rose #EB4BA2

Tints of Brilliant Rose #EB4BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

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

R = 49.79%
G = 15.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB4BA2 (or 0xEB4BA2) is known color: Brilliant Rose. HEX triplet: EB, 4B and A2. RGB value is (235,75,162). Sum of RGB (Red+Green+Blue) = 235+75+162=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4BA2 is #14B45D. Grayscale: #848484. Windows color (decimal): -1356894 or 10636267. OLE color: 10636267.

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

Color convert

RGB 235 75 162 -
CMYK 0 0.68 0.31 0.08
HSL 327.38º 0.8% 0.61% -
HSV(B) 327.38º 0.68% 0.92% -
XYZ 43.3 25.3 36.78 -
YUV 132.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 235 75 162 0 0.68 0.31 0.08 327.38 0.8 0.61
Hex EB 4B A2 0 44 1F 8 147 50 3D
Octal 353 113 242 0 104 37 10 507 120 75
Binary 11101011 1001011 10100010 0 1000100 11111 1000 101000111 1010000 111101

Color Harmonies of #EB4BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4BA2

Black with #EB4BA2

Text Example


Text Example

White with #EB4BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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