Html Css Color HEX #EF70DC Orchid

📋 copy color: '#EF70DC'

red 239 ◦ green 112 ◦ blue 220

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

Shades of Orchid #EF70DC

Tints of Orchid #EF70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.61%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 41.86%
G = 19.61%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF70DC (or 0xEF70DC) is known color: Orchid. HEX triplet: EF, 70 and DC. RGB value is (239,112,220). Sum of RGB (Red+Green+Blue) = 239+112+220=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70DC is #108F23. Grayscale: #A1A1A1. Windows color (decimal): -1085220 or 14446831. OLE color: 14446831.

HSL color Cylindrical-coordinate representation of color #EF70DC: hue angle of 308.98º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70DC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 220 -
CMYK 0 0.53 0.08 0.06
HSL 308.98º 0.8% 0.69% -
HSV(B) 308.98º 0.53% 0.94% -
XYZ 54.31 35.11 71.62 -
YUV 162.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 239 112 220 0 0.53 0.08 0.06 308.98 0.8 0.69
Hex EF 70 DC 0 35 8 6 135 50 45
Octal 357 160 334 0 65 10 6 465 120 105
Binary 11101111 1110000 11011100 0 110101 1000 110 100110101 1010000 1000101

Color Harmonies of #EF70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70DC

Black with #EF70DC

Text Example


Text Example

White with #EF70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70DC; }

 p { color: rgb(239,112,220); }

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

background-color css

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

 a { background-color: rgb(239,112,220); }

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

border-color css

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

 span { border-color: rgb(239,112,220); }

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