Html Css Color HEX #EF527E Dark Pink

📋 copy color: '#EF527E'

red 239 ◦ green 82 ◦ blue 126

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

Shades of Dark Pink #EF527E

Tints of Dark Pink #EF527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 53.47%
G = 18.34%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF527E (or 0xEF527E) is known color: Dark Pink. HEX triplet: EF, 52 and 7E. RGB value is (239,82,126). Sum of RGB (Red+Green+Blue) = 239+82+126=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF527E is #10AD81. Grayscale: #858585. Windows color (decimal): -1092994 or 8278767. OLE color: 8278767.

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

Color convert

RGB 239 82 126 -
CMYK 0 0.66 0.47 0.06
HSL 343.18º 0.83% 0.63% -
HSV(B) 343.18º 0.66% 0.94% -
XYZ 42.38 25.89 22.5 -
YUV 133.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 239 82 126 0 0.66 0.47 0.06 343.18 0.83 0.63
Hex EF 52 7E 0 42 2F 6 157 53 3F
Octal 357 122 176 0 102 57 6 527 123 77
Binary 11101111 1010010 1111110 0 1000010 101111 110 101010111 1010011 111111

Color Harmonies of #EF527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF527E

Black with #EF527E

Text Example


Text Example

White with #EF527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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