Html Css Color HEX #EF529C Brilliant Rose

📋 copy color: '#EF529C'

red 239 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #EF529C

Tints of Brilliant Rose #EF529C

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 50.1%
G = 17.19%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF529C (or 0xEF529C) is known color: Brilliant Rose. HEX triplet: EF, 52 and 9C. RGB value is (239,82,156). Sum of RGB (Red+Green+Blue) = 239+82+156=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529C is #10AD63. Grayscale: #898989. Windows color (decimal): -1092964 or 10244847. OLE color: 10244847.

HSL color Cylindrical-coordinate representation of color #EF529C: hue angle of 331.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF529C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 156 -
CMYK 0 0.66 0.35 0.06
HSL 331.72º 0.83% 0.63% -
HSV(B) 331.72º 0.66% 0.94% -
XYZ 44.61 26.79 34.27 -
YUV 137.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 239 82 156 0 0.66 0.35 0.06 331.72 0.83 0.63
Hex EF 52 9C 0 42 23 6 14C 53 3F
Octal 357 122 234 0 102 43 6 514 123 77
Binary 11101111 1010010 10011100 0 1000010 100011 110 101001100 1010011 111111

Color Harmonies of #EF529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF529C

Black with #EF529C

Text Example


Text Example

White with #EF529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF529C; }

 p { color: rgb(239,82,156); }

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

background-color css

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

 a { background-color: rgb(239,82,156); }

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

border-color css

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

 span { border-color: rgb(239,82,156); }

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