Html Css Color HEX #EF8FD4 Pale Magenta

📋 copy color: '#EF8FD4'

red 239 ◦ green 143 ◦ blue 212

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

Shades of Pale Magenta #EF8FD4

Tints of Pale Magenta #EF8FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.07%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 40.24%
G = 24.07%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF8FD4 (or 0xEF8FD4) is known color: Pale Magenta. HEX triplet: EF, 8F and D4. RGB value is (239,143,212). Sum of RGB (Red+Green+Blue) = 239+143+212=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FD4 is #10702B. Grayscale: #B3B3B3. Windows color (decimal): -1077292 or 13930479. OLE color: 13930479.

HSL color Cylindrical-coordinate representation of color #EF8FD4: hue angle of 316.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FD4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 212 -
CMYK 0 0.40 0.11 0.06
HSL 316.88º 0.75% 0.75% -
HSV(B) 316.88º 0.4% 0.94% -
XYZ 57.3 42.75 67.52 -
YUV 179.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 239 143 212 0 0.40 0.11 0.06 316.88 0.75 0.75
Hex EF 8F D4 0 28 B 6 13D 4B 4B
Octal 357 217 324 0 50 13 6 475 113 113
Binary 11101111 10001111 11010100 0 101000 1011 110 100111101 1001011 1001011

Color Harmonies of #EF8FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FD4

Black with #EF8FD4

Text Example


Text Example

White with #EF8FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FD4; }

 p { color: rgb(239,143,212); }

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

background-color css

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

 a { background-color: rgb(239,143,212); }

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

border-color css

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

 span { border-color: rgb(239,143,212); }

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