Html Css Color HEX #EB529E Brilliant Rose

📋 copy color: '#EB529E'

red 235 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #EB529E

Tints of Brilliant Rose #EB529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 49.47%
G = 17.26%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB529E (or 0xEB529E) is known color: Brilliant Rose. HEX triplet: EB, 52 and 9E. RGB value is (235,82,158). Sum of RGB (Red+Green+Blue) = 235+82+158=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB529E is #14AD61. Grayscale: #888888. Windows color (decimal): -1355106 or 10375915. OLE color: 10375915.

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

Color convert

RGB 235 82 158 -
CMYK 0 0.65 0.33 0.08
HSL 330.2º 0.79% 0.62% -
HSV(B) 330.2º 0.65% 0.92% -
XYZ 43.45 26.17 35.11 -
YUV 136.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 235 82 158 0 0.65 0.33 0.08 330.2 0.79 0.62
Hex EB 52 9E 0 41 21 8 14A 4F 3E
Octal 353 122 236 0 101 41 10 512 117 76
Binary 11101011 1010010 10011110 0 1000001 100001 1000 101001010 1001111 111110

Color Harmonies of #EB529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB529E

Black with #EB529E

Text Example


Text Example

White with #EB529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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