Html Css Color HEX #EC78DE Pale Magenta

📋 copy color: '#EC78DE'

red 236 ◦ green 120 ◦ blue 222

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

Shades of Pale Magenta #EC78DE

Tints of Pale Magenta #EC78DE

RGB

 RED value IS 236 (92.58% from 255) = 40.83%

 GREEN value IS 120 (47.27% from 255) = 20.76%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 40.83%
G = 20.76%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC78DE (or 0xEC78DE) is known color: Pale Magenta. HEX triplet: EC, 78 and DE. RGB value is (236,120,222). Sum of RGB (Red+Green+Blue) = 236+120+222=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78DE is #138721. Grayscale: #A6A6A6. Windows color (decimal): -1279778 or 14579948. OLE color: 14579948.

HSL color Cylindrical-coordinate representation of color #EC78DE: hue angle of 307.24º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78DE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 120 222 -
CMYK 0 0.49 0.06 0.07
HSL 307.24º 0.75% 0.7% -
HSV(B) 307.24º 0.49% 0.93% -
XYZ 54.49 36.54 73.29 -
YUV 166.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 236 120 222 0 0.49 0.06 0.07 307.24 0.75 0.7
Hex EC 78 DE 0 31 6 7 133 4B 46
Octal 354 170 336 0 61 6 7 463 113 106
Binary 11101100 1111000 11011110 0 110001 110 111 100110011 1001011 1000110

Color Harmonies of #EC78DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78DE

Black with #EC78DE

Text Example


Text Example

White with #EC78DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78DE; }

 p { color: rgb(236,120,222); }

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

background-color css

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

 a { background-color: rgb(236,120,222); }

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

border-color css

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

 span { border-color: rgb(236,120,222); }

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