Html Css Color HEX #EF529A Brilliant Rose

📋 copy color: '#EF529A'

red 239 ◦ green 82 ◦ blue 154

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

Shades of Brilliant Rose #EF529A

Tints of Brilliant Rose #EF529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 50.32%
G = 17.26%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF529A (or 0xEF529A) is known color: Brilliant Rose. HEX triplet: EF, 52 and 9A. RGB value is (239,82,154). Sum of RGB (Red+Green+Blue) = 239+82+154=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529A is #10AD65. Grayscale: #898989. Windows color (decimal): -1092966 or 10113775. OLE color: 10113775.

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

Color convert

RGB 239 82 154 -
CMYK 0 0.66 0.36 0.06
HSL 332.48º 0.83% 0.63% -
HSV(B) 332.48º 0.66% 0.94% -
XYZ 44.45 26.72 33.39 -
YUV 137.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 239 82 154 0 0.66 0.36 0.06 332.48 0.83 0.63
Hex EF 52 9A 0 42 24 6 14C 53 3F
Octal 357 122 232 0 102 44 6 514 123 77
Binary 11101111 1010010 10011010 0 1000010 100100 110 101001100 1010011 111111

Color Harmonies of #EF529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF529A

Black with #EF529A

Text Example


Text Example

White with #EF529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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