Html Css Color HEX #EF527B Dark Pink

📋 copy color: '#EF527B'

red 239 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #EF527B

Tints of Dark Pink #EF527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 53.83%
G = 18.47%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF527B (or 0xEF527B) is known color: Dark Pink. HEX triplet: EF, 52 and 7B. RGB value is (239,82,123). Sum of RGB (Red+Green+Blue) = 239+82+123=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF527B is #10AD84. Grayscale: #858585. Windows color (decimal): -1092997 or 8082159. OLE color: 8082159.

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

Color convert

RGB 239 82 123 -
CMYK 0 0.66 0.49 0.06
HSL 344.33º 0.83% 0.63% -
HSV(B) 344.33º 0.66% 0.94% -
XYZ 42.19 25.82 21.5 -
YUV 133.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 239 82 123 0 0.66 0.49 0.06 344.33 0.83 0.63
Hex EF 52 7B 0 42 31 6 158 53 3F
Octal 357 122 173 0 102 61 6 530 123 77
Binary 11101111 1010010 1111011 0 1000010 110001 110 101011000 1010011 111111

Color Harmonies of #EF527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF527B

Black with #EF527B

Text Example


Text Example

White with #EF527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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