Html Css Color HEX #EB529B Brilliant Rose

📋 copy color: '#EB529B'

red 235 ◦ green 82 ◦ blue 155

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

Shades of Brilliant Rose #EB529B

Tints of Brilliant Rose #EB529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.37%

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 49.79%
G = 17.37%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB529B (or 0xEB529B) is known color: Brilliant Rose. HEX triplet: EB, 52 and 9B. RGB value is (235,82,155). Sum of RGB (Red+Green+Blue) = 235+82+155=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB529B is #14AD64. Grayscale: #878787. Windows color (decimal): -1355109 or 10179307. OLE color: 10179307.

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

Color convert

RGB 235 82 155 -
CMYK 0 0.65 0.34 0.08
HSL 331.37º 0.79% 0.62% -
HSV(B) 331.37º 0.65% 0.92% -
XYZ 43.19 26.06 33.76 -
YUV 136.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 235 82 155 0 0.65 0.34 0.08 331.37 0.79 0.62
Hex EB 52 9B 0 41 22 8 14B 4F 3E
Octal 353 122 233 0 101 42 10 513 117 76
Binary 11101011 1010010 10011011 0 1000001 100010 1000 101001011 1001111 111110

Color Harmonies of #EB529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB529B

Black with #EB529B

Text Example


Text Example

White with #EB529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB529B; }

 p { color: rgb(235,82,155); }

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

background-color css

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

 a { background-color: rgb(235,82,155); }

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

border-color css

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

 span { border-color: rgb(235,82,155); }

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